FolderQuotaQuotaName Property |
Gets the name of the quota.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string QuotaName { get; }
Public ReadOnly Property QuotaName As String
Get
Property Value
Type:
StringThe 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