Click or drag to resize
MimeKit

MailFolderAppendLimit 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#
public uint? AppendLimit { get; protected set; }

Property Value

NullableUInt32
The append limit.

Implements

IMailFolderAppendLimit
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