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

mailbox_id

int

Identifier of the resource mailbox that you want to modify.

[alias]

string

Alternative name of the specified resource mailbox.

[location]

string

Location of the resource.

[display_name]

string

Display name of the resource mailbox.

[warning_limit]

int

Storage size (in Kilobytes) the mailbox can occupy before a warning message is sent to the mailbox owner.

[prohibit_send_limit]

int

Storage size (in Kilobytes) the mailbox can occupy before the system prevents the mailbox owner from sending more messages.

[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.

[incoming_item_max_size]

int

Maximum size of message (in Kilobytes) that can be received to the mailbox.

[outgoing_item_max_size]

int

Maximum size of message (in Kilobytes) that can be sent from the mailbox.

[recipient_list_max_size]

int

Maximum number of recipients to whom the mailbox owner can send a message.

[message_retention]

int

The period indicating how long the deleted items are kept (in days).

[show_in_address_book]

boolean

Setting that specifies whether the contact is to be displayed in the address book or not. The values are as follows:

  • 1 ‒ The contact will be displayed in the address book.
  • 0 ‒ The contact will not be displayed in the address book.

[capacity]

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.