Modifier and Type | Method and Description |
---|---|
Collection<EmailAddress> |
ExchangeService.getRooms(EmailAddress emailAddress)
Retrieves a collection of all room lists in the specified room list in
the organization.
|
Modifier and Type | Method and Description |
---|---|
ExpandGroupResults |
ExchangeService.expandGroup(EmailAddress emailAddress)
Expands a group by retrieving a list of its members.
|
Collection<EmailAddress> |
ExchangeService.getRooms(EmailAddress emailAddress)
Retrieves a collection of all room lists in the specified room list in
the organization.
|
Modifier and Type | Method and Description |
---|---|
EmailAddress |
ExpandGroupRequest.getEmailAddress()
Gets the email address.
|
protected EmailAddress |
GetRoomsRequest.getRoomList()
Gets the room list to retrieve rooms from.
|
Modifier and Type | Method and Description |
---|---|
void |
ExpandGroupRequest.setEmailAddress(EmailAddress emailAddress)
Sets the email address.
|
void |
GetRoomsRequest.setRoomList(EmailAddress value)
Sets the room list.
|
Modifier and Type | Method and Description |
---|---|
Collection<EmailAddress> |
GetRoomsResponse.getRooms()
Gets collection for all rooms returned.
|
Modifier and Type | Method and Description |
---|---|
EmailAddress |
PostItem.getFrom()
Gets the "on behalf" poster of the post item.
|
EmailAddress |
EmailMessage.getFrom()
Gets the "on behalf" sender of the e-mail message.
|
EmailAddress |
Contact.getManagerMailbox()
Gets the manager mailbox information
|
EmailAddress |
MeetingRequest.getOrganizer()
Gets the organizer of this meeting.
|
EmailAddress |
Appointment.getOrganizer()
Gets the organizer of this meeting.
|
EmailAddress |
EmailMessage.getReceivedBy()
Gets the ReceivedBy property of the e-mail message.
|
EmailAddress |
EmailMessage.getReceivedRepresenting()
Gets the ReceivedRepresenting property of the e-mail message.
|
EmailAddress |
PostItem.getSender()
Gets the sender (poster) of the post item.
|
EmailAddress |
EmailMessage.getSender()
Gets the sender of the e-mail message.
|
Modifier and Type | Method and Description |
---|---|
void |
PostItem.forward(MessageBody bodyPrefix,
EmailAddress... toRecipients)
Forwards the post item.
|
void |
EmailMessage.forward(MessageBody bodyPrefix,
EmailAddress... toRecipients)
Forwards the message.
|
void |
Appointment.forward(MessageBody bodyPrefix,
EmailAddress... toRecipients)
Forwards the appointment.
|
void |
PostItem.setFrom(EmailAddress value)
Sets the from.
|
void |
EmailMessage.setFrom(EmailAddress value)
Sets the from.
|
void |
PostItem.setSender(EmailAddress value)
Sets the sender.
|
void |
EmailMessage.setSender(EmailAddress value)
Sets the sender.
|
Modifier and Type | Method and Description |
---|---|
void |
PostItem.forward(MessageBody bodyPrefix,
Iterable<EmailAddress> toRecipients)
Forwards the post item.
|
void |
EmailMessage.forward(MessageBody bodyPrefix,
Iterable<EmailAddress> toRecipients)
Forwards the message.
|
void |
Appointment.forward(MessageBody bodyPrefix,
Iterable<EmailAddress> toRecipients)
Forwards the appointment.
|
Modifier and Type | Method and Description |
---|---|
EmailAddress |
CalendarResponseMessage.getSender()
Gets the sender of this response.
|
Modifier and Type | Method and Description |
---|---|
void |
CalendarResponseMessage.setSender(EmailAddress value)
Sets the sender.
|
Modifier and Type | Method and Description |
---|---|
EmailAddress |
NameResolution.getMailbox()
Gets the mailbox of the suggested resolved name.
|
Modifier and Type | Method and Description |
---|---|
Collection<EmailAddress> |
ExpandGroupResults.getMembers()
Gets the members of the expanded group.
|
Iterator<EmailAddress> |
ExpandGroupResults.iterator()
Returns an iterator over a set of elements of type T.
|
Modifier and Type | Class and Description |
---|---|
class |
Attendee
Represents an attendee to a meeting.
|
Modifier and Type | Method and Description |
---|---|
EmailAddress |
EmailAddressCollection.add(String smtpAddress)
Adds an e-mail address to the collection.
|
EmailAddress |
EmailAddressCollection.add(String name,
String smtpAddress)
Adds an e-mail address to the collection.
|
protected EmailAddress |
EmailAddressCollection.createComplexProperty(String xmlElementName)
Creates an EmailAddress object from an XML element name.
|
EmailAddress |
GroupMember.getAddressInformation()
Gets the address information of the member.
|
EmailAddress |
EmailAddressEntry.getEmailAddress()
Gets the e-mail address of the entry.
|
EmailAddress |
EmailAddressDictionary.getEmailAddress(EmailAddressKey key)
Gets the e-mail address at the specified key.
|
static EmailAddress |
EmailAddress.getEmailAddressFromString(String smtpAddress)
Defines an implicit conversion between a string representing an SMTP
address and EmailAddress.
|
Modifier and Type | Method and Description |
---|---|
void |
EmailAddressCollection.add(EmailAddress emailAddress)
Adds an e-mail address to the collection.
|
protected String |
EmailAddressCollection.getCollectionItemXmlElementName(EmailAddress complexProperty)
Retrieves the XML element name corresponding to the provided EmailAddress
object.
|
boolean |
EmailAddressCollection.remove(EmailAddress emailAddress)
Removes an e-mail address from the collection.
|
protected void |
GroupMember.setAddressInformation(EmailAddress value)
Sets the address information.
|
void |
EmailAddressDictionary.setEmailAddress(EmailAddressKey key,
EmailAddress value)
Sets the email address.
|
Modifier and Type | Method and Description |
---|---|
void |
EmailAddressCollection.addEmailRange(Iterator<EmailAddress> emailAddresses)
Adds multiple e-mail addresses to the collection.
|
boolean |
EmailAddressDictionary.tryGetValue(EmailAddressKey key,
OutParam<EmailAddress> outparam)
Tries to get the e-mail address associated with the specified key.
|
Constructor and Description |
---|
Attendee(EmailAddress mailbox)
Initializes a new instance of the Attendee class.
|
EmailAddress(EmailAddress mailbox)
Initializes a new instance from another EmailAddress instance.
|
EmailAddressEntry(EmailAddressKey key,
EmailAddress emailAddress)
Initializes a new instance of the "EmailAddressEntry" class.
|
GroupMember(EmailAddress addressInformation)
Initializes a new instance of the GroupMember class.
|
Copyright © 2012–2015 Microsoft. All rights reserved.