ADSystemAttendantMailbox.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 ADSystemAttendantMailbox
Dim value As EnhancedTimeSpan
value = instance.RetainDeletedItemsFor
instance.RetainDeletedItemsFor = value
public EnhancedTimeSpan RetainDeletedItemsFor { get; set; }
Property value
Type: Microsoft.Exchange.Data.EnhancedTimeSpan
See also
Reference
ADSystemAttendantMailbox class