pem.exchange.modifyResourceMailbox
This method is supported by Operations starting from version 5.3 hotfix09.
This method modifies the settings of the specified resource mailbox.
The method has the following input parameters:
Name |
Type |
Short Description |
---|---|---|
|
int |
Identifier of the resource mailbox that you want to modify. |
|
string |
Alternative name of the specified resource mailbox. |
|
string |
Location of the resource. |
|
string |
Display name of the resource mailbox. |
|
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 to whom the mailbox owner can send a message. |
|
int |
The period indicating how long the deleted items are kept (in days). |
|
boolean |
Setting that specifies whether the contact is to be displayed in the address book or not. The values are as follows:
|
|
int |
Characteristic of the resource volume. For example, the number of seats in a room. |
Note: All the input parameters, except for mailbox_id
, are optional. You can pass either all of them or just some parameters.
The method does not have any output parameters.