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

Uses of EmailAddressCollection in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that return EmailAddressCollection
 EmailAddressCollection ResponseMessage.getBccRecipients()
          * Gets a list of recipients the response will be sent to as Cc.
 EmailAddressCollection EmailMessage.getBccRecipients()
          * Gets the list of Bcc recipients for the e-mail message.
 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 EmailMessage.getCcRecipients()
          * Gets the list of Cc recipients for the e-mail message.
 EmailAddressCollection CalendarResponseMessage.getCcRecipients()
          Gets a list of recipients the response will be sent to as Cc.
 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 EmailMessage.getReplyTo()
          * Gets a list of e-mail addresses to which replies should be addressed.
 EmailAddressCollection ExchangeService.getRoomLists()
          * Retrieves a collection of all room lists in the organization.
 EmailAddressCollection RulePredicates.getSentToAddresses()
          Gets the e-mail addresses incoming messages must have been sent to for the condition or exception to apply.
 EmailAddressCollection ResponseMessage.getToRecipients()
          * Gets a list of recipients the response will be sent to.
 EmailAddressCollection EmailMessage.getToRecipients()
          Gets the list of To recipients for the e-mail message.
 EmailAddressCollection CalendarResponseMessage.getToRecipients()
          Gets a list of recipients the response will be sent to.
 



Copyright © 2012. All Rights Reserved.