|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of EmailAddress in microsoft.exchange.webservices.data.core |
|---|
| Methods in microsoft.exchange.webservices.data.core that return types with arguments of type EmailAddress | |
|---|---|
Collection<EmailAddress> |
ExchangeService.getRooms(EmailAddress emailAddress)
Retrieves a collection of all room lists in the specified room list in the organization. |
| Methods in microsoft.exchange.webservices.data.core with parameters of type EmailAddress | |
|---|---|
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. |
| Uses of EmailAddress in microsoft.exchange.webservices.data.core.request |
|---|
| Methods in microsoft.exchange.webservices.data.core.request that return EmailAddress | |
|---|---|
EmailAddress |
ExpandGroupRequest.getEmailAddress()
Gets the email address. |
protected EmailAddress |
GetRoomsRequest.getRoomList()
Gets the room list to retrieve rooms from. |
| Methods in microsoft.exchange.webservices.data.core.request with parameters of type EmailAddress | |
|---|---|
void |
ExpandGroupRequest.setEmailAddress(EmailAddress emailAddress)
Sets the email address. |
void |
GetRoomsRequest.setRoomList(EmailAddress value)
Sets the room list. |
| Uses of EmailAddress in microsoft.exchange.webservices.data.core.response |
|---|
| Methods in microsoft.exchange.webservices.data.core.response that return types with arguments of type EmailAddress | |
|---|---|
Collection<EmailAddress> |
GetRoomsResponse.getRooms()
Gets collection for all rooms returned. |
| Uses of EmailAddress in microsoft.exchange.webservices.data.core.service.item |
|---|
| Methods in microsoft.exchange.webservices.data.core.service.item that return 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 |
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. |
| Methods in microsoft.exchange.webservices.data.core.service.item with parameters of type EmailAddress | |
|---|---|
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. |
| Method parameters in microsoft.exchange.webservices.data.core.service.item with type arguments of type EmailAddress | |
|---|---|
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. |
| Uses of EmailAddress in microsoft.exchange.webservices.data.core.service.response |
|---|
| Methods in microsoft.exchange.webservices.data.core.service.response that return EmailAddress | |
|---|---|
EmailAddress |
CalendarResponseMessage.getSender()
Gets the sender of this response. |
| Methods in microsoft.exchange.webservices.data.core.service.response with parameters of type EmailAddress | |
|---|---|
void |
CalendarResponseMessage.setSender(EmailAddress value)
Sets the sender. |
| Uses of EmailAddress in microsoft.exchange.webservices.data.misc |
|---|
| Methods in microsoft.exchange.webservices.data.misc that return EmailAddress | |
|---|---|
EmailAddress |
NameResolution.getMailbox()
Gets the mailbox of the suggested resolved name. |
| Methods in microsoft.exchange.webservices.data.misc that return types with arguments of type EmailAddress | |
|---|---|
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. |
| Uses of EmailAddress in microsoft.exchange.webservices.data.property.complex |
|---|
| Subclasses of EmailAddress in microsoft.exchange.webservices.data.property.complex | |
|---|---|
class |
Attendee
Represents an attendee to a meeting. |
| Methods in microsoft.exchange.webservices.data.property.complex 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 |
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. |
| Methods in microsoft.exchange.webservices.data.property.complex with parameters of type EmailAddress | |
|---|---|
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. |
| Method parameters in microsoft.exchange.webservices.data.property.complex with type arguments of type EmailAddress | |
|---|---|
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. |
| Constructors in microsoft.exchange.webservices.data.property.complex 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 | |||||||||