IAdmExchangeMailboxLitigationHoldFeature

The IAdmExchangeMailboxLitigationHoldFeature interface represents the Litigation Hold feature of an Exchange mailbox.

Inheritance: IAdmExchangeMailboxFeature

Properties

  • Property

  • Description

  • StartDate

  • Gets the date when litigation hold was started.

  • Owner

  • Gets the user who put the mailbox on litigation hold.

  • Comment

  • Gets or sets a litigation hold note.

  • CommentModificationEnabled

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

  • Url

  • Gets or sets a litigation hold URL.

  • UrlModificationEnabled

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

Details

StartDate

Gets the date when litigation hold was started.

  • Type:
  • DateTime
  • Access:
  • Read-only

Owner

Gets the user who put the mailbox on litigation hold.

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

Comment

Gets or sets a litigation hold note.

  • Type:
  • string
  • Access:
  • Read/Write

CommentModificationEnabled

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

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

Url

Gets or sets a litigation hold URL.

  • Type:
  • string
  • Access:
  • Read/Write

UrlModificationEnabled

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

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

Requirements

Minimum required version: 2013.1

See also