IAdmExchangeMailboxRetentionHoldFeature

The IAdmExchangeMailboxRetentionHoldFeature interface represents the Retention Hold feature of an Exchange mailbox.

Inheritance: IAdmExchangeMailboxFeature

Properties

Details

StartDate

Gets or sets a date when retention hold should begin. The date can be specified either by passing the exact date as a DateTime value or by passing a string that contains value references.

  • Type:
  • Object
  • Access:
  • Read/Write

StartDateModificationEnabled

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

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

EndDate

Gets or sets a date when retention hold should end. The date can be specified either by passing the exact date as a DateTime value or by passing a string that contains value references.

  • Type:
  • Object
  • Access:
  • Read/Write

EndDateModificationEnabled

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

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

Requirements

Minimum required version: 2013.1

See also