IAdmExchangeMailboxUsageInfo
The IAdmExchangeMailboxUsageInfo interface provides access to information about mailbox usage.
Inheritance: IUnknown
Properties
-
Property
-
Description
-
LastLogonDate
-
Gets the date when the mailbox was last logged on to.
-
Size
-
Gets the mailbox size.
-
TotalItemCount
-
Gets the number of items in the mailbox.
-
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.
Details
LastLogonDate
Gets the date when the mailbox was last logged on to.
- Type:
- DateTime
- Access:
- Read-only
Size
Gets the mailbox size.
- Type:
- IAdmByteQuantifiedSize
- Access:
- Read-only
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.
- Type:
- IAdmByteQuantifiedSize
- Access:
- Read-only
ProhibitSendQuota
Gets the mailbox size at which the user can no longer send messages.
- Type:
- IAdmByteQuantifiedSize
- Access:
- Read-only
ProhibitSendReceiveQuota
Gets the mailbox size at which the user can no longer send or receive messages.
- Type:
- IAdmByteQuantifiedSize
- Access:
- Read-only
Requirements
Minimum required version: 2013.1