IAdmExchangeMailboxArchiveFeature

The IAdmExchangeMailboxArchiveFeature interface represents the Archive feature of an Exchange mailbox.

Inheritance: IAdmExchangeMailboxFeature

Properties

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.

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.

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.


DatabaseName

Gets the name of the mailbox database where the archive resides.

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

Size

Gets the archive size.


Requirements

Minimum required version: 2013.1

See also