IAdmMoveExchangeMailboxRequestInfo

The IAdmMoveExchangeMailboxRequestInfo interface provides information about a mailbox move request.

Inheritance: IUnknown

Properties

Details

CanBeCancelled

Gets a value indicating whether the request can be cancelled.

  • Type:
  • bool
  • Access:
  • Read-only

CanBeDeleted

Gets a value indicating whether the request can be deleted.

  • Type:
  • bool
  • Access:
  • Read-only

Status

Gets the request status.


SourceVersion

Gets the source mailbox server version.

  • Type:
  • string
  • Access:
  • Read-only

SourceDatabase

Gets the name of the source mailbox database.

  • Type:
  • string
  • Access:
  • Read-only

SourceServer

Gets the name of the source mailbox server.

  • Type:
  • string
  • Access:
  • Read-only

TargetVersion

Gets the target mailbox server version.

  • Type:
  • string
  • Access:
  • Read-only

TargetDatabase

Gets the name of the target mailbox database.

  • Type:
  • string
  • Access:
  • Read-only

TargetServer

Gets the name of the target mailbox server.

  • Type:
  • string
  • Access:
  • Read-only

SourceArchiveVersion

Gets the source archive server version.

  • Type:
  • string
  • Access:
  • Read-only

SourceArchiveDatabase

Gets the name of the source archive database.

  • Type:
  • string
  • Access:
  • Read-only

SourceArchiveServer

Gets the name of the source archive server.

  • Type:
  • string
  • Access:
  • Read-only

TargetArchiveVersion

Gets the target archive server version.

  • Type:
  • string
  • Access:
  • Read-only

TargetArchiveDatabase

Gets the name of the target archive database.

  • Type:
  • string
  • Access:
  • Read-only

TargetArchiveServer

Gets the name of the target archive server.

  • Type:
  • string
  • Access:
  • Read-only

RemoteHostName

Gets the remote host name.

  • Type:
  • string
  • Access:
  • Read-only

BadItemsEncountered

Gets the number of corrupted items encountered when processing the request.

  • Type:
  • int
  • Access:
  • Read-only

LargeItemsEncountered

Gets the number of large items encountered when processing the request.

  • Type:
  • int
  • Access:
  • Read-only

QueuedTimestamp

Gets the date and time when the request was queued.

  • Type:
  • DateTime
  • Access:
  • Read-only

StartTimestamp

Gets the date and time when the request was started.

  • Type:
  • DateTime
  • Access:
  • Read-only

LastUpdateTimestamp

Gets the date and time when the request was last updated.

  • Type:
  • DateTime
  • Access:
  • Read-only

CompletionTimestamp

Gets the date and time when the request was completed.

  • Type:
  • DateTime
  • Access:
  • Read-only

SuspendedTimestamp

Gets the date and time when the request was suspended.

  • Type:
  • DateTime
  • Access:
  • Read-only

OverallDurationSec

Gets the total duration of the request (in seconds).

  • Type:
  • int
  • Access:
  • Read-only

TotalSuspendedDurationSec

Gets the time (in seconds) during which the request was in the suspended state.

  • Type:
  • int
  • Access:
  • Read-only

TotalQueuedDurationSec

Gets the time (in seconds) during which the request was in the queued state.

  • Type:
  • int
  • Access:
  • Read-only

TotalInProgressDurationSec

Gets the time (in seconds) during which the request was in progress.

  • Type:
  • int
  • Access:
  • Read-only

TotalMailboxSize

Gets the mailbox size.


TotalMailboxItemCount

Gets the number of items in the mailbox.


TotalArchiveSize

Gets the archive size.


TotalArchiveItemCount

Gets the number of items in the archive mailbox.


BytesTransferred

Gets the number of bytes transferred.


BytesTransferredPerMinute

Gets the number of bytes transferred per minute.


ItemsTransferred

Gets the number of items transferred.


PercentComplete

Gets the move progress status in percent.

  • Type:
  • int
  • Access:
  • Read-only

FailureMessage

Gets the failure message.

  • Type:
  • string
  • Access:
  • Read-only

MRSServerName

Gets the name of the server hosting the Mailbox Replication Service that performs the request.

  • Type:
  • string
  • Access:
  • Read-only

SuspendComment

Gets the suspend comment.

  • Type:
  • string
  • Access:
  • Read-only

DetailedLog

Gets a detailed log with additional information about the request.

  • Type:
  • string
  • Access:
  • Read-only

Requirements

Minimum required version: 2013.1

See also