IAdmExchangeStorageQuotas

The IAdmExchangeStorageQuotas interface provides access to storage quotas of an Exchange mailbox.

Inheritance: IAdmExchangeParametersContainer

Properties

Details

UseDatabaseQuotaDefaults

Gets or sets a value indicating whether the mailbox uses the default storage quotas specified for the mailbox database.

  • Type:
  • bool
  • Access:
  • Read/Write

UseDatabaseQuotaDefaultsModificationEnabled

Gets or sets a value indicating whether the UseDatabaseQuotaDefaults property will be modified.

  • Type:
  • bool
  • Access:
  • Read/Write

IssueWarningQuota

Gets or sets the mailbox size at which a warning message is sent to the user.


IssueWarningQuotaModificationEnabled

Gets or sets a value indicating whether the IssueWarningQuota property will be modified.

  • Type:
  • bool
  • Access:
  • Read/Write

ProhibitSendQuota

Gets or sets the mailbox size at which the user can no longer send messages.


ProhibitSendQuotaModificationEnabled

Gets or sets a value indicating whether the ProhibitSendQuota property will be modified.

  • Type:
  • bool
  • Access:
  • Read/Write

ProhibitSendReceiveQuota

Gets or sets the mailbox size at which the user can no longer send or receive messages.


ProhibitSendReceiveQuotaModificationEnabled

Gets or sets a value indicating whether the ProhibitSendReceiveQuota property will be modified.

  • Type:
  • bool
  • Access:
  • Read/Write

UseDatabaseRetentionDefaults

Gets or sets a value indicating whether the mailbox uses the default retention settings for deleted items specified for the mailbox database.

  • Type:
  • bool
  • Access:
  • Read/Write

RetainDeletedItemsFor

Gets or sets the time (in days) to retain deleted items.

  • Type:
  • int
  • Access:
  • Read/Write

RetainDeletedItemsForModificationEnabled

Gets or sets a value indicating whether the RetainDeletedItemsFor property will be modified.

  • Type:
  • bool
  • Access:
  • Read/Write

RetainDeletedItemsUntilBackup

Gets or sets a value indicating whether deleted items will be retained until database backup.

  • Type:
  • bool
  • Access:
  • Read/Write

DeletedItemRetentionModificationEnabled

Gets or sets a value indicating whether deleted item retention settings of the mailbox will be modified.

  • Type:
  • bool
  • Access:
  • Read/Write

Requirements

Minimum required version: 2013.1

See also