Uses of Class
microsoft.exchange.webservices.data.property.complex.EmailAddress
-
-
Uses of EmailAddress in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that return types with arguments of type EmailAddress Modifier and Type Method Description 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 Modifier and Type Method Description ExpandGroupResultsExchangeService. 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 Modifier and Type Method Description EmailAddressExpandGroupRequest. getEmailAddress()Gets the email address.protected EmailAddressGetRoomsRequest. getRoomList()Gets the room list to retrieve rooms from.Methods in microsoft.exchange.webservices.data.core.request with parameters of type EmailAddress Modifier and Type Method Description voidExpandGroupRequest. setEmailAddress(EmailAddress emailAddress)Sets the email address.voidGetRoomsRequest. 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 Modifier and Type Method Description 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 Modifier and Type Method Description EmailAddressEmailMessage. getFrom()Gets the "on behalf" sender of the e-mail message.EmailAddressPostItem. getFrom()Gets the "on behalf" poster of the post item.EmailAddressContact. getManagerMailbox()Gets the manager mailbox informationEmailAddressAppointment. getOrganizer()Gets the organizer of this meeting.EmailAddressMeetingRequest. getOrganizer()Gets the organizer of this meeting.EmailAddressEmailMessage. getReceivedBy()Gets the ReceivedBy property of the e-mail message.EmailAddressEmailMessage. getReceivedRepresenting()Gets the ReceivedRepresenting property of the e-mail message.EmailAddressEmailMessage. getSender()Gets the sender of the e-mail message.EmailAddressPostItem. getSender()Gets the sender (poster) of the post item.Methods in microsoft.exchange.webservices.data.core.service.item with parameters of type EmailAddress Modifier and Type Method Description voidAppointment. forward(MessageBody bodyPrefix, EmailAddress... toRecipients)Forwards the appointment.voidEmailMessage. forward(MessageBody bodyPrefix, EmailAddress... toRecipients)Forwards the message.voidPostItem. forward(MessageBody bodyPrefix, EmailAddress... toRecipients)Forwards the post item.voidEmailMessage. setFrom(EmailAddress value)Sets the from.voidPostItem. setFrom(EmailAddress value)Sets the from.voidEmailMessage. setSender(EmailAddress value)Sets the sender.voidPostItem. setSender(EmailAddress value)Sets the sender.Method parameters in microsoft.exchange.webservices.data.core.service.item with type arguments of type EmailAddress Modifier and Type Method Description voidAppointment. forward(MessageBody bodyPrefix, Iterable<EmailAddress> toRecipients)Forwards the appointment.voidEmailMessage. forward(MessageBody bodyPrefix, Iterable<EmailAddress> toRecipients)Forwards the message.voidPostItem. forward(MessageBody bodyPrefix, Iterable<EmailAddress> toRecipients)Forwards the post item. -
Uses of EmailAddress in microsoft.exchange.webservices.data.core.service.response
Methods in microsoft.exchange.webservices.data.core.service.response that return EmailAddress Modifier and Type Method Description EmailAddressCalendarResponseMessage. getSender()Gets the sender of this response.Methods in microsoft.exchange.webservices.data.core.service.response with parameters of type EmailAddress Modifier and Type Method Description voidCalendarResponseMessage. 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 Modifier and Type Method Description EmailAddressNameResolution. getMailbox()Gets the mailbox of the suggested resolved name.Methods in microsoft.exchange.webservices.data.misc that return types with arguments of type EmailAddress Modifier and Type Method 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. -
Uses of EmailAddress in microsoft.exchange.webservices.data.property.complex
Subclasses of EmailAddress in microsoft.exchange.webservices.data.property.complex Modifier and Type Class Description classAttendeeRepresents an attendee to a meeting.Methods in microsoft.exchange.webservices.data.property.complex that return EmailAddress Modifier and Type Method Description EmailAddressEmailAddressCollection. add(String smtpAddress)Adds an e-mail address to the collection.EmailAddressEmailAddressCollection. add(String name, String smtpAddress)Adds an e-mail address to the collection.protected EmailAddressEmailAddressCollection. createComplexProperty(String xmlElementName)Creates an EmailAddress object from an XML element name.EmailAddressGroupMember. getAddressInformation()Gets the address information of the member.EmailAddressEmailAddressDictionary. getEmailAddress(EmailAddressKey key)Gets the e-mail address at the specified key.EmailAddressEmailAddressEntry. getEmailAddress()Gets the e-mail address of the entry.static EmailAddressEmailAddress. 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 Modifier and Type Method Description voidEmailAddressCollection. add(EmailAddress emailAddress)Adds an e-mail address to the collection.protected StringEmailAddressCollection. getCollectionItemXmlElementName(EmailAddress complexProperty)Retrieves the XML element name corresponding to the provided EmailAddress object.booleanEmailAddressCollection. remove(EmailAddress emailAddress)Removes an e-mail address from the collection.protected voidGroupMember. setAddressInformation(EmailAddress value)Sets the address information.voidEmailAddressDictionary. setEmailAddress(EmailAddressKey key, EmailAddress value)Sets the email address.Method parameters in microsoft.exchange.webservices.data.property.complex with type arguments of type EmailAddress Modifier and Type Method Description voidEmailAddressCollection. addEmailRange(Iterator<EmailAddress> emailAddresses)Adds multiple e-mail addresses to the collection.booleanEmailAddressDictionary. 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 Constructor 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 theEmailAddressEntryclass.GroupMember(EmailAddress addressInformation)Initializes a new instance of the GroupMember class.
-