IAdmExchangeMailboxUsageInfo

The IAdmExchangeMailboxUsageInfo interface provides access to information about mailbox usage.

Inheritance: IUnknown

Properties

Details

LastLogonDate

Gets the date when the mailbox was last logged on to.

  • Type:
  • DateTime
  • Access:
  • Read-only

Size

Gets the mailbox size.


TotalItemCount

Gets the number of items in the mailbox.

  • Type:
  • int
  • Access:
  • Read-only

IssueWarningQuota

Gets the mailbox size at which a warning message is sent to the user.


ProhibitSendQuota

Gets the mailbox size at which the user can no longer send messages.


ProhibitSendReceiveQuota

Gets the mailbox size at which the user can no longer send or receive messages.


Requirements

Minimum required version: 2013.1

See also