pem.exchange.listPublicFolderRoles
This method is supported by Operations starting from version 5.0
This method returns a list of Hosted Exchange Entities (Mailboxes or Distribution Lists), which have the Roles for the specified Public Folder.
The method has the following input parameters:
Name |
Type |
Short Description |
---|---|---|
|
int |
Public Folder ID |
The method returns array of the following structures:
Name |
Type |
Short Description |
---|---|---|
|
struct |
Hosted Exchange Entity (Mailbox or Distribution List) |
|
int |
Mailbox ID |
|
int |
Distribution List ID |
|
string |
Name of Hosted Exchange Entity (Mailbox or Distribution List) |
|
string |
Display Name of Hosted Exchange Entity (Mailbox or Distribution List) |
|
string |
Role of Hosted Exchange Entity (Mailbox or Distribution List). There are the following options:
|
Note:
The mailbox_id
and distribution_list_id
optional parameters are mutually exclusive. If Hosted Exchange Entity is a Mailbox, the mailbox_id
parameter is returned. If Hosted Exchange Entity is a Distribution List, the distribution_list_id
parameter is returned.
This method can also be called under Reseller permissions.