IMailbox.QuotaEnforced Property
Gets or sets a value that indicates whether the mailbox quota is strictly enforced.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
bool QuotaEnforced { get; set; }
property bool QuotaEnforced {
bool get();
void set(bool value);
}
Property QuotaEnforced As Boolean
Property Value
Type: System.Boolean
A Boolean: true if the limit on the maximum storage size (Quota) is strictly enforced; otherwise, false.
See Also
IMailbox Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top