Click or drag to resize
MimeKit

MailFolderMaxAnnotationSize 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#
public uint MaxAnnotationSize { get; protected set; }

Property Value

UInt32
The 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