IAdmExchangeLinkedMailboxAction

The IAdmExchangeLinkedMailboxAction interface represents the Create linked Exchange mailbox action.

Inheritance: IAdmExchangeTaskAction

Properties

  • Property

  • Description

  • MailboxStorageDatabase

  • Gets or sets the directory object that represents the Exchange storage database where to create linked mailboxes.

  • MailboxDomain

  • Gets or sets the domain where to create linked Exchange mailboxes.

  • Name

  • Gets or sets the name of a linked Exchange mailbox.

  • UserLogonName

  • Gets or sets the username of a linked Exchange mailbox.

  • OrganizationalUnit

  • Gets or sets the container where to create linked Exchange mailboxes.

  • AddressBookPolicy

  • Gets or sets the Address Book Policy that will be applied to a linked Exchange mailbox.

  • NeedBuildUniqueNames

  • Gets or sets a value indicating whether a digit will be added to the linked Exchange mailbox name and/or username if it is not unique.

Details

MailboxStorageDatabase

Gets or sets the directory object that represents the Exchange storage database where to create linked mailboxes. If no Exchange database is specified, it will be automatically selected by the Exchange provisioning load balancer.

  • Type:
  • IADs
  • Access:
  • Read/Write

MailboxDomain

Gets or sets the domain where to create linked Exchange mailboxes.

  • Type:
  • string
  • Access:
  • Read/Write

Name

Gets or sets the name of a linked Exchange mailbox. You can use value references in the name (e.g. %firstname% %lastname%). Value references will be replaced with corresponding property values of the user account on which the action is executed.

  • Type:
  • string
  • Access:
  • Read/Write

Remarks

If the specified name is not unique and the NeedBuildUniqueNames property is set to true, a digit will be added to the name.


UserLogonName

Gets or sets the username of a linked Exchange mailbox. You can use value references in the username (e.g. %username%@company.com*). Value references will be replaced with corresponding property values of the user account on which the action is executed.

  • Type:
  • string
  • Access:
  • Read/Write

Remarks

If the specified username is not unique and the NeedBuildUniqueNames property is set to true, a digit will be added to the username.


OrganizationalUnit

Gets or sets the container where to create linked Exchange mailboxes. If no container is specified, linked mailboxes will be created in the default container specified for user accounts in Active Directory (by default, the container is Users).


AddressBookPolicy

Gets or sets the Address Book Policy that will be applied to a linked Exchange mailbox.


NeedBuildUniqueNames

Gets or sets a value indicating whether a digit will be added to the linked Exchange mailbox name and/or username if it is not unique.

  • Type:
  • bool
  • Access:
  • Read/Write

Requirements

Minimum required version: 2019.1

See also