MailboxStatistics.FolderHierarchyDepthReceiveQuota property

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

Syntax

'Declaration
Public ReadOnly Property FolderHierarchyDepthReceiveQuota As Nullable(Of Integer)
    Get
'Usage
Dim instance As MailboxStatistics
Dim value As Nullable(Of Integer)

value = instance.FolderHierarchyDepthReceiveQuota
public Nullable<int> FolderHierarchyDepthReceiveQuota { get; }

Property value

Type: System.Nullable<Int32>

See also

Reference

MailboxStatistics class

MailboxStatistics members

Microsoft.Exchange.Data.Mapi namespace