| IMailFolderMaxAnnotationSize Property |
Get the maximum size of annotation values supported by the folder.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax uint MaxAnnotationSize { get; }
Property Value
UInt32The 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