|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Mailbox | |
|---|---|
| microsoft.exchange.webservices.data.core | |
| microsoft.exchange.webservices.data.property.complex | |
| Uses of Mailbox in microsoft.exchange.webservices.data.core |
|---|
| Methods in microsoft.exchange.webservices.data.core 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. |
| Uses of Mailbox in microsoft.exchange.webservices.data.property.complex |
|---|
| Methods in microsoft.exchange.webservices.data.property.complex 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. |
| Constructors in microsoft.exchange.webservices.data.property.complex 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 | |||||||||