IMailboxExtension.ValidateQuota Method (Double, String)
Validates whether a quota size is valid.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
bool ValidateQuota(
double quota,
out string errorDetail
)
bool ValidateQuota(
double quota,
[OutAttribute] String^% errorDetail
)
Function ValidateQuota (
quota As Double,
<OutAttribute> ByRef errorDetail As String
) As Boolean
Parameters
quota
Type: System.DoubleThe quota size to validate.
errorDetail
Type: System.StringWhen this method returns, contains the details of any error that occurs. If the quota size is valid, the parameter contains a null value.
Return Value
Type: System.Boolean
A Boolean: true if the quota size is valid; otherwise, false.
See Also
IMailboxExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top