Click or drag to resize
MimeKit

IMailFolderAnnotationAccess Property

Get the annotation access level.

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

Property Value

AnnotationAccess
The annotation access level.
Remarks
If annotations are supported, this property can be used to determine whether or not the IMailFolder supports reading and writing annotations.
See Also