pem.exchange.addDistributionListMembers

This method is supported by Operations starting from version 2.8 hotfix02

This method adds members to a Distribution List.

The method has the following input parameters:

Name

Type

Short Description

distribution_list_id

int

ID of the Distribution List.

members

array of structures

It defines the array of objects to add.

The mailbox_id, distribution_list_id, public_folder_id, and mail_contact_id parameters are mutually exclusive.

  • [mailbox_id]

int

ID of a Mailbox.

  • [distribution_list_id]

int

ID of a Distribution List.

  • [public_folder_id]

int

ID of a Public Folder.

  • [mail_contact_id]

int

ID of a Contact.

The method has no output parameters.

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