PublicFolderStatistics.DeletedItemCount Property

Namespace:  Microsoft.Exchange.Data.Mapi
Assembly:  Microsoft.Exchange.Data.Mapi (in Microsoft.Exchange.Data.Mapi.dll)

Syntax

'Declaration
Public ReadOnly Property DeletedItemCount As Nullable(Of UInteger)
    Get
'Usage
Dim instance As PublicFolderStatistics
Dim value As Nullable(Of UInteger)

value = instance.DeletedItemCount
public Nullable<uint> DeletedItemCount { get; }

Property Value

Type: System.Nullable<UInt32>