Click or drag to resize
MimeKit

MailFolderAnnotationAccess Property

Get the annotation access level.

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

Property Value

AnnotationAccess
The annotation access level.

Implements

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