IAdmExchangeEnableRetentionHoldParams
The IAdmExchangeEnableRetentionHoldParams interface specifies parameters to be used when enabling the Retention Hold mailbox feature.
Inheritance: IUnknown
To create a new instance of the IAdmExchangeEnableRetentionHoldParams interface, you need to call the default constructor of the AdmExchangeEnableRetentionHoldParams class that implements the interface.
How
- PowerShell
-
[Reflection.Assembly]::LoadWithPartialName("Softerra.Adaxes.Adsi") $retentionHoldParams = New-Object ` "Softerra.Adaxes.Adsi.Exchange.AdmExchangeEnableRetentionHoldParams"
- C#
-
using Softerra.Adaxes.Interop.Adsi; using Softerra.Adaxes.Adsi; using Softerra.Adaxes.Interop.Adsi.Exchange; using Softerra.Adaxes.Interop.Adsi.PersistentObjects; class Program { static void Main(string[] args) { AdmExchangeEnableRetentionHoldParams retentionHoldParams = new AdmExchangeEnableRetentionHoldParams(); } }
Properties
Details
StartDate
Gets or sets a date when retention hold will 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
EndDate
Gets or sets a date when retention hold will 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
Requirements
Minimum required version: 2013.1