Modifier and Type | Method and Description |
---|---|
EmailAddressCollection |
ExchangeService.getRoomLists()
Retrieves a collection of all room lists in the organization.
|
Modifier and Type | Method and Description |
---|---|
EmailAddressCollection |
GetRoomListsResponse.getRoomLists()
Gets all room list returned.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.