IMailbox.Quota Property
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