Click or drag to resize
MimeKit

IMailFolderAppendLimit Property

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

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

Property Value

NullableUInt32
The append limit.
Remarks

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

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