 | ImapCapabilitiesAppendLimit Property |
Gets information if APPENDLIMIT extension is supported.
(
RFC 7889)
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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
NullableInt64
See Also