Click or drag to resize
MimeKit

ImapClientAppendLimit Property

Get the maximum size of a message that can be appended to a folder.

Namespace: MailKit.Net.Imap
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public uint? AppendLimit { get; }

Property Value

NullableUInt32
The append limit.

Implements

IImapClientAppendLimit
Remarks

Gets the maximum size of a message, in bytes, that can be appended to a folder.

Note  Note
If the value is not set, then the limit is unspecified.
See Also