FolderQuotaQuotaName Property
Gets the name of the quota.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string QuotaName { get; }

Property Value

Type: String
The string containing the name assigned by the mail server to the quota, or a null reference (Nothing in Visual Basic) if there is no quota assigned for this accout or a folder.
Remarks
Since the account can have multiple quotas assigned (for instance, one quota per folder), it's possible to distinguish between individual quota objects using the quota name. Most applications, however, can safely ignore this property value.
See Also