Share via


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.Double

    When this method returns, contains the smallest possible quota (maximum storage size) of a mailbox.

  • maxQuota
    Type: System.Double

    When this method returns, contains the largest possible quota (maximum storage size) of a mailbox.

  • errorQuota
    Type: System.String

    When this method returns, contains the error message that relates to the quota.

See Also

IMailboxExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top