pem.exchange.mailEnablePublicFolder

This method is supported by Operations starting from version 2.8 hotfix02

This method makes a Public Folder mail-enabled.

The method has the following input parameters:

Name

Type

Short Description

public_folder_id

int

ID of Public Folder.

primary_email_address

string

Primary E-mail Address of Public Folder.

[show_in_address_book]

boolean

It defines whether to show Public Folder in the Address Book of organization. There are the following options:

  • 0 – Public Folder is not shown in the Address Book of organization.
  • 1 – Public Folder is shown in the Address Book of organization.

This parameter is optional. If parameter is not specified, the 1 value is used.

accept_mail_from

int

This parameter defines the type of accepted recipients. There are the following options:

  • 0 – System.
  • 1 – From everyone.
  • 3 – From members of organization only.

The method has no output parameters.

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