IAdmExchangeMailboxAction

The IAdmExchangeMailboxAction interface represents the Create an Exchange mailbox action.

Inheritance: IAdmExchangeTaskAction

Properties

  • Property

  • Description

  • MailboxStorageSelectionType

  • Gets or sets a value indicating how a mailbox storage database must be selected for a new mailbox.

  • AllowedMailboxStorageDatabases

  • Gets or sets a list of globally unique identifiers (GUIDs) of Exchange storage databases that are allowed to hold mailboxes created by this action.

  • MailboxStorageDatabase

  • Gets or sets a directory object representing an Exchange storage database where mailboxes created by this action will be stored.

Details

MailboxStorageSelectionType

Gets or sets a value indicating how a mailbox storage database must be selected for a new mailbox.


AllowedMailboxStorageDatabases

Gets or sets a list of globally unique identifiers (GUIDs) of Exchange storage databases that are allowed to hold mailboxes created by this action. If this property is not set, all available storage databases are allowed to be used.

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

MailboxStorageDatabase

Gets or sets a directory object representing an Exchange storage database where mailboxes created by this action will be stored. Use this property if you want the action to always create mailboxes in a specific mailbox database.

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

Requirements

Minimum required version: 2010.2

See also