Uses of Class
microsoft.exchange.webservices.data.property.complex.EmailAddressCollection

Packages that use EmailAddressCollection
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.response   
microsoft.exchange.webservices.data.core.service.item   
microsoft.exchange.webservices.data.core.service.response   
microsoft.exchange.webservices.data.property.complex   
 

Uses of EmailAddressCollection in microsoft.exchange.webservices.data.core
 

Methods in microsoft.exchange.webservices.data.core that return EmailAddressCollection
 EmailAddressCollection ExchangeService.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
 EmailAddressCollection GetRoomListsResponse.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
 EmailAddressCollection EmailMessage.getBccRecipients()
          Gets the list of Bcc recipients for the e-mail message.
 EmailAddressCollection EmailMessage.getCcRecipients()
          Gets the list of Cc recipients for the e-mail message.
 EmailAddressCollection Contact.getDirectReports()
          Get the direct reports mailbox information
 EmailAddressCollection EmailMessage.getReplyTo()
          Gets a list of e-mail addresses to which replies should be addressed.
 EmailAddressCollection EmailMessage.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
 EmailAddressCollection ResponseMessage.getBccRecipients()
          Gets a list of recipients the response will be sent to as Cc.
 EmailAddressCollection CalendarResponseMessage.getBccRecipients()
          Gets a list of recipients this response will be sent to as Bcc.
 EmailAddressCollection ResponseMessage.getCcRecipients()
          Gets a list of recipients the response will be sent to as Cc.
 EmailAddressCollection CalendarResponseMessage.getCcRecipients()
          Gets a list of recipients the response will be sent to as Cc.
 EmailAddressCollection ResponseMessage.getToRecipients()
          Gets a list of recipients the response will be sent to.
 EmailAddressCollection CalendarResponseMessage.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
 EmailAddressCollection RuleActions.getForwardAsAttachmentToRecipients()
          Gets the e-mail addresses to which incoming messages should be forwarded as attachments.
 EmailAddressCollection RuleActions.getForwardToRecipients()
          Gets the e-mail addresses to which incoming messages should be forwarded.
 EmailAddressCollection RulePredicates.getFromAddresses()
          Gets the e-mail addresses of the senders of incoming messages for the condition or exception to apply.
 EmailAddressCollection RuleActions.getRedirectToRecipients()
          Gets the e-mail addresses to which incoming messages should be redirecteded.
 EmailAddressCollection RulePredicates.getSentToAddresses()
          Gets the e-mail addresses incoming messages must have been sent to for the condition or exception to apply.
 



Copyright © 2012–2015 Microsoft. All rights reserved.