MailboxFolderConfiguration.OldestDeletedItemLastModifiedDate Property

Namespace:  Microsoft.Exchange.Management.Tasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public Property OldestDeletedItemLastModifiedDate As Nullable(Of DateTime)
    Get
    Friend Set
'Usage
Dim instance As MailboxFolderConfiguration
Dim value As Nullable(Of DateTime)

value = instance.OldestDeletedItemLastModifiedDate
public Nullable<DateTime> OldestDeletedItemLastModifiedDate { get; internal set; }

Property Value

Type: System.Nullable<DateTime>