| ImapCapabilitiesAppendLimit Property |
Gets information if APPENDLIMIT extension is supported.
(
RFC 7889)
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public long? AppendLimit { get; }
Public ReadOnly Property AppendLimit As Long?
Get
public:
property Nullable<long long> AppendLimit {
Nullable<long long> get ();
}
member AppendLimit : Nullable<int64> with get
Property Value
Type:
NullableInt64See Also