Click or drag to resize
MimeKit

IMailFolderMaxAnnotationSize Property

Get the maximum size of annotation values supported by the folder.

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

Property Value

UInt32
The maximum size of annotation values supported by the folder.
Remarks
If annotations are supported, this property can be used to determine the maximum size of annotation values supported by the IMailFolder.
See Also