pem.exchange.addResourceMailbox

This method is supported by Operations starting from version 5.3 hotfix09.

This method creates new Exchange resource mailbox.

The method has the following input parameters:

Name

Type

Short Description

subscription_id

int

Identifier of the subscription that will be related to a new resource mailbox.

display_name

string

Display name of the new resource mailbox.

location

string

Location of the resource that is associated to the mailbox. For example, a room number.

type

int

Type of the resource that defines whether the resource is a room or equipment and so on.

alias

string

Alternative name of the specified resource mailbox.

primary_email_address

string

Primary e-mail address of the resource mailbox.

[emails]

array of string

Additional e-mail addresses of the specified resource.

size_limit

int

Maximum storage size (in Kilobytes) the mailbox can occupy before the system prevents the mailbox owner from sending and receiving more messages.

capacity

int

Characteristic of the resource volume. For example, the number of seats in a room.

Note: The emails parameter is optional.

The method has the following output parameter:

Name

Type

Short Description

mailbox_id

int

Identifier of the created mailbox.