|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of EmailAddress in microsoft.exchange.webservices.data |
|---|
| Subclasses of EmailAddress in microsoft.exchange.webservices.data | |
|---|---|
class |
Attendee
Represents an attendee to a meeting. |
| Methods in microsoft.exchange.webservices.data that return EmailAddress | |
|---|---|
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 |
ExpandGroupRequest.getEmailAddress()
Gets the email address. |
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. |
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 |
NameResolution.getMailbox()
Gets the mailbox of the suggested resolved name. |
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. |
EmailAddress |
CalendarResponseMessage.getSender()
Gets the sender of this response. |
| Methods in microsoft.exchange.webservices.data that return types with arguments of type EmailAddress | |
|---|---|
Collection<EmailAddress> |
ExpandGroupResults.getMembers()
Gets the members of the expanded group. |
Collection<EmailAddress> |
ExchangeService.getRooms(EmailAddress emailAddress)
* Retrieves a collection of all room lists in the specified room list in the organization. |
Iterator<EmailAddress> |
ExpandGroupResults.iterator()
Returns an iterator over a set of elements of type T. |
| Methods in microsoft.exchange.webservices.data with parameters of type EmailAddress | |
|---|---|
void |
EmailAddressCollection.add(EmailAddress emailAddress)
Adds an e-mail address to the collection. |
ExpandGroupResults |
ExchangeService.expandGroup(EmailAddress emailAddress)
* Expands a group by retrieving a list of its members. |
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. |
protected String |
EmailAddressCollection.getCollectionItemXmlElementName(EmailAddress complexProperty)
Retrieves the XML element name corresponding to the provided EmailAddress object. |
Collection<EmailAddress> |
ExchangeService.getRooms(EmailAddress emailAddress)
* Retrieves a collection of all room lists in the specified room list in the organization. |
boolean |
EmailAddressCollection.remove(EmailAddress emailAddress)
* Removes an e-mail address from the collection. |
protected void |
GroupMember.setAddressInformation(EmailAddress value)
Sets the address information. |
void |
ExpandGroupRequest.setEmailAddress(EmailAddress emailAddress)
Sets the email address. |
void |
EmailAddressDictionary.setEmailAddress(EmailAddressKey key,
EmailAddress value)
Sets the email address. |
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. |
void |
CalendarResponseMessage.setSender(EmailAddress value)
Sets the sender. |
| Method parameters in microsoft.exchange.webservices.data with type arguments of type EmailAddress | |
|---|---|
void |
EmailAddressCollection.addEmailRange(Iterator<EmailAddress> emailAddresses)
Adds multiple e-mail addresses to the collection. |
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. |
boolean |
EmailAddressDictionary.tryGetValue(EmailAddressKey key,
OutParam<EmailAddress> outparam)
* Tries to get the e-mail address associated with the specified key. |
| Constructors in microsoft.exchange.webservices.data with parameters of type EmailAddress | |
|---|---|
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. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||