MailKit Documentation
MailKit Documentation
API Reference
MailKit.Net.Imap
ImapClient Class
ImapClient Properties
AppendLimit Property
AuthenticationMechanisms Property
Capabilities Property
Inbox Property
InternationalizationLevel Property
IsAuthenticated Property
IsConnected Property
IsEncrypted Property
IsIdle Property
IsSecure Property
IsSigned Property
OtherNamespaces Property
PersonalNamespaces Property
Protocol Property
Rights Property
SharedNamespaces Property
SslCipherAlgorithm Property
SslCipherStrength Property
SslHashAlgorithm Property
SslHashStrength Property
SslKeyExchangeAlgorithm Property
SslKeyExchangeStrength Property
SslProtocol Property
SupportsQuotas Property
SyncRoot Property
ThreadingAlgorithms Property
Timeout Property
Imap
Client
Supports
Quotas Property
Get whether or not the mail store supports quotas.
Namespace:
MailKit.Net.Imap
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
override
bool
SupportsQuotas
{
get
; }
Property Value
Boolean
true
if the mail store supports quotas; otherwise,
false
.
Implements
IMailStore
SupportsQuotas
IMailStore
SupportsQuotas
Remarks
Gets whether or not the mail store supports quotas.
See Also
Reference
ImapClient Class
MailKit.Net.Imap Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast