Edit

Share via


ManagedFolderInformation.HasQuota Property

Definition

Gets a value that indicates whether the folder has a quota.

public:
 property Nullable<bool> HasQuota { Nullable<bool> get(); };
public Nullable<bool> HasQuota { get; }
Public ReadOnly Property HasQuota As Nullable(Of Boolean)

Property Value

true if the folder has a quota; otherwise, false.

Applies to