IAdmMoveExchangeMailboxRequestInfo
The IAdmMoveExchangeMailboxRequestInfo interface provides information about a mailbox move request.
Inheritance: IUnknown
Properties
-
Property
-
Description
-
CanBeCancelled
-
Gets a value indicating whether the request can be cancelled.
-
CanBeDeleted
-
Gets a value indicating whether the request can be deleted.
-
Status
-
Gets the request status.
-
SourceVersion
-
Gets the source mailbox server version.
-
SourceDatabase
-
Gets the name of the source mailbox database.
-
SourceServer
-
Gets the name of the source mailbox server.
-
TargetVersion
-
Gets the target mailbox server version.
-
TargetDatabase
-
Gets the name of the target mailbox database.
-
TargetServer
-
Gets the name of the target mailbox server.
-
SourceArchiveVersion
-
Gets the source archive server version.
-
SourceArchiveDatabase
-
Gets the name of the source archive database.
-
SourceArchiveServer
-
Gets the name of the source archive server.
-
TargetArchiveVersion
-
Gets the target archive server version.
-
TargetArchiveDatabase
-
Gets the name of the target archive database.
-
TargetArchiveServer
-
Gets the name of the target archive server.
-
RemoteHostName
-
Gets the remote host name.
-
BadItemsEncountered
-
Gets the number of corrupted items encountered when processing the request.
-
LargeItemsEncountered
-
Gets the number of large items encountered when processing the request.
-
QueuedTimestamp
-
Gets the date and time when the request was queued.
-
StartTimestamp
-
Gets the date and time when the request was started.
-
LastUpdateTimestamp
-
Gets the date and time when the request was last updated.
-
CompletionTimestamp
-
Gets the date and time when the request was completed.
-
SuspendedTimestamp
-
Gets the date and time when the request was suspended.
-
OverallDurationSec
-
Gets the total duration of the request (in seconds).
-
TotalSuspendedDurationSec
-
Gets the time (in seconds) during which the request was in the suspended state.
-
TotalQueuedDurationSec
-
Gets the time (in seconds) during which the request was in the queued state.
-
TotalInProgressDurationSec
-
Gets the time (in seconds) during which the request was in progress.
-
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.
-
FailureMessage
-
Gets the failure message.
-
MRSServerName
-
Gets the name of the server hosting the Mailbox Replication Service that performs the request.
-
SuspendComment
-
Gets the suspend comment.
-
DetailedLog
-
Gets a detailed log with additional information about the request.
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.
- Type:
- ADM_MOVEMAILBOXREQUESTSTATUS_ENUM
- Access:
- Read-only
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.
- Type:
- IAdmByteQuantifiedSize
- Access:
- Read-only
TotalMailboxItemCount
Gets the number of items in the mailbox.
- Type:
- IADsLargeInteger
- Access:
- Read-only
TotalArchiveSize
Gets the archive size.
- Type:
- IAdmByteQuantifiedSize
- Access:
- Read-only
TotalArchiveItemCount
Gets the number of items in the archive mailbox.
- Type:
- IADsLargeInteger
- Access:
- Read-only
BytesTransferred
Gets the number of bytes transferred.
- Type:
- IAdmByteQuantifiedSize
- Access:
- Read-only
BytesTransferredPerMinute
Gets the number of bytes transferred per minute.
- Type:
- IAdmByteQuantifiedSize
- Access:
- Read-only
ItemsTransferred
Gets the number of items transferred.
- Type:
- IADsLargeInteger
- Access:
- Read-only
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