ManagedFolderInformationType.HasQuota Property
The HasQuota property gets a value that indicates whether a managed folder has a quota.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property HasQuota As Boolean
Get
Set
'Usage
Dim instance As ManagedFolderInformationType
Dim value As Boolean
value = instance.HasQuota
instance.HasQuota = value
public bool HasQuota { get; set; }
Property Value
Type: System.Boolean
The HasQuota property returns true if the managed folder has a quota; otherwise, the property returns false.
Remarks
This property is read-only because it is only returned in a response. The property setter in the property signature is an artifact of the proxy generator.
See Also