PR_STORAGE_LIMIT_INFORMATION

The PR_STORAGE_LIMIT_INFORMATION property contains information about whether a mailbox is currently within the storage limit set by the Administrator program.

Quick Info

Header file: EDKMDB.H
Applies to: N/A
Identifier: 0x66a4
Property type: PT_LONG
Access: N/A

Values

1
MDB_LIMIT_BELOW
2
MDB_LIMIT_ISSUE_WARNING
4
MDB_LIMIT_PROHIBIT_SEND
8
MDB_LIMIT_NO_CHECK

Remarks

The PR_STORAGE_LIMIT_INFORMATION property can be set as a column in the table returned by the IExchangeManageStore::GetMailboxTable method. This table contains a row for each mailbox on the server giving information, such as the display name of the mailbox, number of bytes of storage used, last login time, and so on. To view the format of this table, see the Mailbox Resources tab for the Private Information Store property sheet in the Administrator program.

This property provides additional information about the mailbox, such as the bit values set that indicate whether the user is within the storage limits, over the limits, or if no limit is set.

See Also

IExchangeManageStore::GetMailboxTable