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