IAdmExportExchangeMailboxRequestInfo
The IAdmExportExchangeMailboxRequestInfo interface provides information about a mailbox export request.
Inheritance: IDispatch
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 version of the mailbox database where the mailbox is hosted.
-
SourceDatabase
-
Gets the name of the mailbox database where the mailbox is hosted.
-
SourceServer
-
Gets the name of the Exchange server where the mailbox resides.
-
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.
-
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 export 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.
-
DetailedLog
-
Gets a detailed log of 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_EXPORTMAILBOXSTATUS_ENUM
- Access:
- Read-only
SourceVersion
Gets the version of the mailbox database where the mailbox is hosted.
- Type:
- string
- Access:
- Read-only
SourceDatabase
Gets the name of the mailbox database where the mailbox is hosted.
- Type:
- string
- Access:
- Read-only
SourceServer
Gets the name of the Exchange server where the mailbox resides.
- 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
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 export 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
DetailedLog
Gets a detailed log of the request.
- Type:
- string
- Access:
- Read-only
Requirements
Minimum required version: 2015