| MailFolderMaxAnnotationSize Property |
Get the maximum size of annotation values supported by the folder.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public uint MaxAnnotationSize { get; protected set; }
Property Value
UInt32The maximum size of annotation values supported by the folder.
Implements
IMailFolderMaxAnnotationSizeRemarks
If annotations are supported, this property can be used to determine the
maximum size of annotation values supported by the
IMailFolder.
See Also