|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Mailbox in microsoft.exchange.webservices.data |
|---|
| Methods in microsoft.exchange.webservices.data that return Mailbox | |
|---|---|
Mailbox |
FolderId.getMailbox()
Gets the mailbox of the folder. |
static Mailbox |
Mailbox.getMailboxFromString(String smtpAddress)
* Defines an implicit conversion between a string representing an SMTP address and Mailbox. |
| Methods in microsoft.exchange.webservices.data with parameters of type Mailbox | |
|---|---|
Collection<DelegateUserResponse> |
ExchangeService.addDelegates(Mailbox mailbox,
MeetingRequestsDeliveryScope meetingRequestsDeliveryScope,
DelegateUser... delegateUsers)
* Adds delegates to a specific mailbox. |
Collection<DelegateUserResponse> |
ExchangeService.addDelegates(Mailbox mailbox,
MeetingRequestsDeliveryScope meetingRequestsDeliveryScope,
Iterable<DelegateUser> delegateUsers)
* Adds delegates to a specific mailbox. |
DelegateInformation |
ExchangeService.getDelegates(Mailbox mailbox,
boolean includePermissions,
Iterable<UserId> userIds)
* Retrieves the delegates of a specific mailbox. |
DelegateInformation |
ExchangeService.getDelegates(Mailbox mailbox,
boolean includePermissions,
UserId... userIds)
* Retrieves the delegates of a specific mailbox. |
Collection<DelegateUserResponse> |
ExchangeService.removeDelegates(Mailbox mailbox,
Iterable<UserId> userIds)
* Removes delegates on a specific mailbox. |
Collection<DelegateUserResponse> |
ExchangeService.removeDelegates(Mailbox mailbox,
UserId... userIds)
* Removes delegates on a specific mailbox. |
Collection<DelegateUserResponse> |
ExchangeService.updateDelegates(Mailbox mailbox,
MeetingRequestsDeliveryScope meetingRequestsDeliveryScope,
DelegateUser... delegateUsers)
* Updates delegates on a specific mailbox. |
Collection<DelegateUserResponse> |
ExchangeService.updateDelegates(Mailbox mailbox,
MeetingRequestsDeliveryScope meetingRequestsDeliveryScope,
Iterable<DelegateUser> delegateUsers)
* Updates delegates on a specific mailbox. |
| Constructors in microsoft.exchange.webservices.data with parameters of type Mailbox | |
|---|---|
FolderId(WellKnownFolderName folderName,
Mailbox mailbox)
Initializes a new instance.Use this constructor to link this FolderId to a well known folder (e.g. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||