PublicFolderStatistics.TotalAssociatedItemSize Property
Namespace: Microsoft.Exchange.Data.Mapi
Assembly: Microsoft.Exchange.Data.Mapi (in Microsoft.Exchange.Data.Mapi.dll)
Syntax
'Declaration
Public ReadOnly Property TotalAssociatedItemSize As Unlimited(Of ByteQuantifiedSize)
Get
'Usage
Dim instance As PublicFolderStatistics
Dim value As Unlimited(Of ByteQuantifiedSize)
value = instance.TotalAssociatedItemSize
public Unlimited<ByteQuantifiedSize> TotalAssociatedItemSize { get; }