Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the quota (maximum storage size) of the mailbox.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
double Quota { get; set; }
property double Quota {
double get();
void set(double value);
}
Property Quota As Double
Property Value
Type: System.Double
A Double.
See Also
IMailbox Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top