pem.exchange.getMailboxPermissions
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) which have the Full Access delivery permission 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 |
---|---|---|
|
struct |
|
|
int |
Mailbox ID |
|
int |
Distribution List ID |
|
string |
Display Name of Hosted Exchange entity |
|
int |
Delivery permission (1 – Full Access). |
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.