Uses of Class
microsoft.exchange.webservices.data.property.complex.EmailAddressCollection
-
-
Uses of EmailAddressCollection in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that return EmailAddressCollection Modifier and Type Method Description EmailAddressCollectionExchangeService. getRoomLists()Retrieves a collection of all room lists in the organization. -
Uses of EmailAddressCollection in microsoft.exchange.webservices.data.core.response
Methods in microsoft.exchange.webservices.data.core.response that return EmailAddressCollection Modifier and Type Method Description EmailAddressCollectionGetRoomListsResponse. getRoomLists()Gets all room list returned. -
Uses of EmailAddressCollection in microsoft.exchange.webservices.data.core.service.item
Methods in microsoft.exchange.webservices.data.core.service.item that return EmailAddressCollection Modifier and Type Method Description EmailAddressCollectionEmailMessage. getBccRecipients()Gets the list of Bcc recipients for the e-mail message.EmailAddressCollectionEmailMessage. getCcRecipients()Gets the list of Cc recipients for the e-mail message.EmailAddressCollectionContact. getDirectReports()Get the direct reports mailbox informationEmailAddressCollectionEmailMessage. getReplyTo()Gets a list of e-mail addresses to which replies should be addressed.EmailAddressCollectionEmailMessage. getToRecipients()Gets the list of To recipients for the e-mail message. -
Uses of EmailAddressCollection in microsoft.exchange.webservices.data.core.service.response
Methods in microsoft.exchange.webservices.data.core.service.response that return EmailAddressCollection Modifier and Type Method Description EmailAddressCollectionCalendarResponseMessage. getBccRecipients()Gets a list of recipients this response will be sent to as Bcc.EmailAddressCollectionResponseMessage. getBccRecipients()Gets a list of recipients the response will be sent to as Cc.EmailAddressCollectionCalendarResponseMessage. getCcRecipients()Gets a list of recipients the response will be sent to as Cc.EmailAddressCollectionResponseMessage. getCcRecipients()Gets a list of recipients the response will be sent to as Cc.EmailAddressCollectionCalendarResponseMessage. getToRecipients()Gets a list of recipients the response will be sent to.EmailAddressCollectionResponseMessage. getToRecipients()Gets a list of recipients the response will be sent to. -
Uses of EmailAddressCollection in microsoft.exchange.webservices.data.property.complex
Methods in microsoft.exchange.webservices.data.property.complex that return EmailAddressCollection Modifier and Type Method Description EmailAddressCollectionRuleActions. getForwardAsAttachmentToRecipients()Gets the e-mail addresses to which incoming messages should be forwarded as attachments.EmailAddressCollectionRuleActions. getForwardToRecipients()Gets the e-mail addresses to which incoming messages should be forwarded.EmailAddressCollectionRulePredicates. getFromAddresses()Gets the e-mail addresses of the senders of incoming messages for the condition or exception to apply.EmailAddressCollectionRuleActions. getRedirectToRecipients()Gets the e-mail addresses to which incoming messages should be redirecteded.EmailAddressCollectionRulePredicates. getSentToAddresses()Gets the e-mail addresses incoming messages must have been sent to for the condition or exception to apply.
-