IMailboxExtension.GetQuotaRange Method (Double, Double, String)
Retrieves the range of possible quota sizes for a mailbox.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
void GetQuotaRange(
out double minQuota,
out double maxQuota,
out string errorQuota
)
void GetQuotaRange(
[OutAttribute] double% minQuota,
[OutAttribute] double% maxQuota,
[OutAttribute] String^% errorQuota
)
Sub GetQuotaRange (
<OutAttribute> ByRef minQuota As Double,
<OutAttribute> ByRef maxQuota As Double,
<OutAttribute> ByRef errorQuota As String
)
Parameters
minQuota
Type: System.DoubleWhen this method returns, contains the smallest possible quota (maximum storage size) of a mailbox.
maxQuota
Type: System.DoubleWhen this method returns, contains the largest possible quota (maximum storage size) of a mailbox.
errorQuota
Type: System.StringWhen this method returns, contains the error message that relates to the quota.
See Also
IMailboxExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top