pem.exchange.getMailboxInfo
This method is supported by Operations starting from version 2.6.5
This method returns properties of Mailbox.
The method has the following input parameters:
Name |
Type |
Short Description |
---|---|---|
|
int |
The ID of Mailbox. |
The method has the following output parameters:
Name |
Type |
Short Description |
---|---|---|
|
int |
The ID of Mailbox. |
|
int |
The ID of Service User which corresponds to the Mailbox. |
|
string |
The login to access the Mailbox. |
|
string |
The "Display Name" property of Mailbox. |
|
string |
The alias of Mailbox. |
|
boolean |
Whether the Outlook Web Access (OWA) support is enabled. |
|
boolean |
Whether the access over Outlook support is enabled. |
|
boolean |
Whether the Active Sync support is enabled. |
|
boolean |
Whether an access to Mailbox over IMAP4 support is enabled. |
|
boolean |
Whether an access to Mailbox over POP3 support is enabled. |
|
int |
Storage size (in Kilobytes) occupied by the mailbox contents. |
|
int |
Storage size (in Kilobytes) the mailbox can occupy before a warning message is sent to the mailbox owner. |
|
int |
Storage size (in Kilobytes) the mailbox can occupy before the system prevents the mailbox owner from sending more messages. |
|
int |
Maximum storage size (in Kilobytes) the mailbox can occupy before the system prevents the mailbox owner from sending and receiving more messages. |
|
int |
Maximum size of message (in Kilobytes) that can be received to the mailbox. |
|
int |
Maximum size of message (in Kilobytes) that can be sent from the mailbox. |
|
int |
Maximum number of recipients the mailbox owner can send a message to. |
|
int |
The period indicating how long the deleted items should be kept (days). |
|
boolean |
Whether the "Show in address book" Mailbox property is enabled. If the property is disabled, the Mailbox will not be visible in the address books or search queries. |
|
int |
Mailbox status. The list of possible values is the following:
|
|
string |
Primary e-mail address of Mailbox. |
|
string |
POP3 server DNS name of Mailbox. POP3 server DNS name is returned if POP3 is enabled for Mailbox. |
|
string |
IMAP server DNS name of Mailbox. IMAP server DNS name is returned if IMAP is enabled for Mailbox. |
|
string |
SMTP server DNS name of Mailbox. SMTP server DNS name is returned if POP3 or IMAP is enabled for Mailbox. |
|
string |
Mail-store server NetBIOS name of Mailbox. Mail-store server NetBIOS name is returned if the Outlook access is enabled for Mailbox. |
|
string |
Front-end (CAS) server DNS name of Mailbox. Front-end (CAS) server DNS name is returned if the Outlook access is enabled for Mailbox. |
|
string |
OWA URL of Mailbox. OWA URL is returned if OWA is enabled for Mailbox. |
|
string |
Mailbox Windows Domain DNS name. |
|
int |
Exchange server version. Possible values are the following:
|
|
string |
Mailbox Store Display Name in the <host name>/<store name> format. |
|
string |
The name of the Mailbox Template. This parameter is returned, if a Mailbox was created on the basis of a certain Mailbox Template. |
Note: This method can also be called under Reseller permissions.