ADPublicFolder.RetainDeletedItemsFor Property
Namespace: Microsoft.Exchange.Data.Directory.Recipient
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property RetainDeletedItemsFor As EnhancedTimeSpan
Get
Set
'Usage
Dim instance As ADPublicFolder
Dim value As EnhancedTimeSpan
value = instance.RetainDeletedItemsFor
instance.RetainDeletedItemsFor = value
public EnhancedTimeSpan RetainDeletedItemsFor { get; set; }