pem.exchange.getMailboxes
This method is supported by Operations starting from version 2.6.5
This method allows to get the list of all Mailboxes with their properties for the Subscription specified.
The method has the following input parameters:
Name |
Type |
Short Description |
---|---|---|
|
int |
The ID of Subscription. |
The method returns the array of structures:
Name |
Type |
Short Description |
---|---|---|
|
int |
Mailbox ID |
|
string |
Primary e-mail address of the Mailbox |
|
int |
Storage size (in Kilobytes) occupied by the mailbox contents |
|
int |
The ID of Service User which corresponds to the Mailbox |
|
string |
The "Display Name" property of Mailbox |
|
string |
The login to access the Mailbox |
|
string |
Alias of Mailbox |
Note: This method can also be called under Reseller permissions.