PublicFolder.RetainDeletedItemsFor property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Property RetainDeletedItemsFor As Nullable(Of EnhancedTimeSpan)
Get
Set
'Usage
Dim instance As PublicFolder
Dim value As Nullable(Of EnhancedTimeSpan)
value = instance.RetainDeletedItemsFor
instance.RetainDeletedItemsFor = value
public Nullable<EnhancedTimeSpan> RetainDeletedItemsFor { get; set; }
Property value
Type: System.Nullable<EnhancedTimeSpan>