ManagedFolderInformationType.StorageQuotaSpecified Property
The StorageQuotaSpecified property gets a Boolean value that specifies whether the StorageQuota property was returned in the SOAP response.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property StorageQuotaSpecified As Boolean
Get
Set
'Usage
Dim instance As ManagedFolderInformationType
Dim value As Boolean
value = instance.StorageQuotaSpecified
instance.StorageQuotaSpecified = value
public bool StorageQuotaSpecified { get; set; }
Property Value
Type: System.Boolean
The StorageQuotaSpecified property returns true if the StorageQuota property was serialized into the SOAP response; otherwise, the property returns false.
See Also