IAdmMoveExchangeMailboxAction

The IAdmMoveExchangeMailboxAction interface represents the Move the Exchange mailbox action.

Inheritance: IAdmAction

Properties

  • Property

  • Description

  • Mode

  • Gets or sets the mode for the action.

  • PrimaryMailboxTargetDatabase

  • Gets or sets the target mailbox database for the primary mailbox.

  • ArchiveMailboxTargetDatabase

  • Gets or sets the target mailbox database for the archive mailbox.

  • BadItemLimit

  • Gets or sets the number of bad items to skip if the request encounters corruption in the mailbox.

  • LargeItemLimit

  • Specifies the number of large items to skip if the request encounters such items in the mailbox.

Details

Mode

Gets or sets the mode for the action.


PrimaryMailboxTargetDatabase

Gets or sets the target mailbox database for the primary mailbox. If the parameter is null, the primary mailbox will not be moved.


ArchiveMailboxTargetDatabase

Gets or sets the target mailbox database for the archive mailbox. If the parameter is null, the archive mailbox will not be moved.


BadItemLimit

Gets or sets the number of bad items to skip if the request encounters corruption in the mailbox. Use 0 to not skip bad items. The valid input range for this property is from 0 through 2147483647.

  • Type:
  • int
  • Access:
  • Read/Write

LargeItemLimit

Specifies the number of large items to skip if the request encounters such items in the mailbox. Use 0 to not skip any large items.

  • Type:
  • int
  • Access:
  • Read/Write

Requirements

Minimum required version: 2013.1

See also