pem.exchange.revokeDeliveryPermissions

This method is supported by Operations starting from version 2.9 hotfix03

This method revokes the delivery permissions from the list of Hosted Exchange entities (Mailboxes and Distribution Lists) for the specified Hosted Exchange entity (Mailbox, Distribution List, and Pubic Folder).

The method has the following input parameters:

Name

Type

Short Description

[mailbox_id]

int

ID of Mailbox

[distribution_list_id]

int

Distribution List ID

[public_folder_id]

int

Public Folder ID

trustees

array of struct

The list of Hosted Exchange entities from which the delivery permissions are revoked.

  • [mailbox_id]

int

Mailbox ID

  • [distribution_list_id]

int

Distribution List ID

  • [display_name]

string

Display Name of Hosted Exchange entity. This parameter is optional. It is ignored if the parameter is specified.

Notes:

1. The mailbox_id, distribution_list_id, and public_folder_id optional parameters are mutually exclusive. The one Hosted Exchange entity should be specified.

2. The method can take the output of the pem.exchange.getDeliveryPermissions method.

The method has no output parameters.

Note: This method can also be called under Reseller permissions.