ExchangeClient.GetMailboxSize

GetMailboxSize()

Get the size of the maibox

public long GetMailboxSize()

Return Value

The size of the mailbox

See Also


GetMailboxSize(string)

Get the size of the maibox

public long GetMailboxSize(string mailbox)
ParameterTypeDescription
mailboxStringA mailbox. Note: if it is set to null or empty the default mailbox will be used

Return Value

The size of the mailbox

See Also