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 |
---|---|---|
|
int |
Identifier of the subscription that will be related to a new resource mailbox. |
|
string |
Display name of the new resource mailbox. |
|
string |
Location of the resource that is associated to the mailbox. For example, a room number. |
|
int |
Type of the resource that defines whether the resource is a room or equipment and so on. |
|
string |
Alternative name of the specified resource mailbox. |
|
string |
Primary e-mail address of the resource mailbox. |
|
array of string |
Additional e-mail addresses of the specified resource. |
|
int |
Maximum storage size (in Kilobytes) the mailbox can occupy before the system prevents the mailbox owner from sending and receiving more messages. |
|
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 |
---|---|---|
|
int |
Identifier of the created mailbox. |