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