MailboxStatistics.TotalItemSize Property
Gets the total size allowed for the mailbox.
Namespace: Microsoft.Exchange.Data.Mapi
Assembly: Microsoft.Exchange.Data.Mapi (in Microsoft.Exchange.Data.Mapi.dll)
Syntax
'Declaration
Public ReadOnly Property TotalItemSize As Unlimited(Of ByteQuantifiedSize)
Get
'Usage
Dim instance As MailboxStatistics
Dim value As Unlimited(Of ByteQuantifiedSize)
value = instance.TotalItemSize
public Unlimited<ByteQuantifiedSize> TotalItemSize { get; }
Property Value
Type: Microsoft.Exchange.Data.Unlimited<ByteQuantifiedSize>
The total size allowed for the mailbox, or unlimited to indicate that there is no size restriction on the mailbox.