Package | Description |
---|---|
microsoft.exchange.webservices.data.core | |
microsoft.exchange.webservices.data.property.complex |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
FolderId(WellKnownFolderName folderName,
Mailbox mailbox)
Initializes a new instance.Use this constructor to link this FolderId to
a well known folder (e.g.
|
Copyright © 2012–2015 Microsoft. All rights reserved.