IAdmExchangeMailboxArchiveFeature
The IAdmExchangeMailboxArchiveFeature interface represents the Archive feature of an Exchange mailbox.
Inheritance: IAdmExchangeMailboxFeature
Properties
-
Property
-
Description
-
ArchiveName
-
Gets or sets the archive name.
-
ArchiveNameModificationEnabled
-
Gets or sets a value indicating whether the
ArchiveName
property will be modified. -
ArchiveWarningQuota
-
Gets or sets the archive size at which a warning message is sent to the user.
-
ArchiveWarningQuotaModificationEnabled
-
Gets or sets a value indicating whether the
ArchiveWarningQuota
property will be modified. -
ArchiveQuota
-
Gets or sets the archive size at which messages will no longer be accepted.
-
ArchiveQuotaModificationEnabled
-
Gets or sets a value indicating whether the
ArchiveQuota
property will be modified. -
State
-
Gets the archive status.
-
DatabaseName
-
Gets the name of the mailbox database where the archive resides.
-
Size
-
Gets the archive size.
Details
ArchiveName
Gets or sets the archive name.
- Type:
- string
- Access:
- Read/Write
ArchiveNameModificationEnabled
Gets or sets a value indicating whether the ArchiveName
property will be modified.
- Type:
- bool
- Access:
- Read/Write
ArchiveWarningQuota
Gets or sets the archive size at which a warning message is sent to the user.
- Type:
- IAdmByteQuantifiedSize
- Access:
- Read/Write
Remarks
The value must be less than the value of the ArchiveQuota
property. The valid input range for the property is from 0 through 2097151 Mb.
ArchiveWarningQuotaModificationEnabled
Gets or sets a value indicating whether the ArchiveWarningQuota
property will be modified.
- Type:
- bool
- Access:
- Read/Write
ArchiveQuota
Gets or sets the archive size at which messages will no longer be accepted.
- Type:
- IAdmByteQuantifiedSize
- Access:
- Read/Write
Remarks
The valid input range for the property is from 0 through 2097151 Mb.
ArchiveQuotaModificationEnabled
Gets or sets a value indicating whether the ArchiveQuota
property will be modified.
- Type:
- bool
- Access:
- Read/Write
State
Gets the archive status.
- Type:
- ADM_EXCHANGE_ARCHIVEMAILBOX_STATE_ENUM
- Access:
- Read-only
DatabaseName
Gets the name of the mailbox database where the archive resides.
- Type:
- string
- Access:
- Read-only
Size
Gets the archive size.
- Type:
- IAdmByteQuantifiedSize
- Access:
- Read-only
Requirements
Minimum required version: 2013.1