 | IImapClientAppendLimit Property |
Gets the maximum size of a message that can be appended to a folder.
Namespace:
MailKit.Net.Imap
Assembly:
MailKit (in MailKit.dll) Version: 3.0.0
Syntaxuint? AppendLimit { get; }
Property Value
Type:
NullableUInt32The append limit.
RemarksGets the maximum size of a message, in bytes, that can be appended to a folder.
Note |
---|
If the value is not set, then the limit is unspecified. |
See Also