IAdmExportExchangeMailboxAction
The IAdmExportExchangeMailboxAction interface represents the Export mailbox action.
Inheritance: IAdmAction
Properties
-
Property
-
Description
-
Mode
-
Gets or sets the mode for the action.
-
FilePath
-
Gets or sets the full UNC path to the PST file that will contain the mailbox data.
-
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.
- Type:
- ADM_EXPORTMAILBOXACTION_MODE_ENUM
- Access:
- Read/Write
FilePath
Gets or sets the full UNC path to the PST file that will contain the mailbox data. You can use value references in the path (e.g. \\SERVER\Backups%username%.pst). Value references will be replaced with corresponding property values of the user account whose primary mailbox is exported.
- Type:
- string
- Access:
- Read/Write
Remarks
The property can be used in the ADM_EXPORTMAILBOXACTION_MODE_EXPORT
and ADM_EXPORTMAILBOXACTION_MODE_CREATEREQUEST
modes.
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 the parameter is from 0 through 2147483647.
- Type:
- int
- Access:
- Read/Write
Remarks
The property can be used in the ADM_EXPORTMAILBOXACTION_MODE_EXPORT
and ADM_EXPORTMAILBOXACTION_MODE_CREATEREQUEST
modes.
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
Remarks
The property can be used in the ADM_EXPORTMAILBOXACTION_MODE_EXPORT
and ADM_EXPORTMAILBOXACTION_MODE_CREATEREQUEST
modes.
Requirements
Minimum required version: 2015