Share via


MailboxStatistics.AssociatedItemCount property

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

Syntax

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

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

Property value

Type: System.Nullable<UInt32>
Returns Nullable<T>.

See also

Reference

MailboxStatistics class

MailboxStatistics members

Microsoft.Exchange.Data.Mapi namespace