pem.exchange.getMailboxPermissionsCandidates
This method is supported by Operations starting from version 2.9 hotfix03
This method returns a list of Hosted Exchange entities (Mailboxes and Distribution Lists) to which the Full Access delivery permission can be granted for the specified Mailbox.
The method has the following input parameters:
Name |
Type |
Short Description |
---|---|---|
|
int |
Mailbox ID |
The method returns the array of structures:
Name |
Type |
Short Description |
---|---|---|
|
int |
ID of Mailbox to which the delivery permission can be granted |
|
int |
ID of Distribution List to which the delivery permission can be granted |
|
string |
Display Name of Hosted Exchange entity |
Notes:
1. This method can also be called under Reseller permissions.
2. The mailbox_id
and distribution_list_id
optional parameters are mutually exclusive. The one Hosted Exchange entity is returned.