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

subscription_id

int

The ID of Subscription.

The method returns the array of structures:

Name

Type

Short Description

mailbox_id

int

Mailbox ID

email_address

string

Primary e-mail address of the Mailbox

size

int

Storage size (in Kilobytes) occupied by the mailbox contents

user_id

int

The ID of Service User which corresponds to the Mailbox

display_name

string

The "Display Name" property of Mailbox

login

string

The login to access the Mailbox

alias

string

Alias of Mailbox

Note: This method can also be called under Reseller permissions.