Click or drag to resize
MimeKit

AnnotationAccess Enumeration

An annotation access level.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public enum AnnotationAccess
Members
Member nameValueDescription
None0 Annotations are not supported.
ReadOnly1 Annotations are read-only.
ReadWrite2 Annotations are read-write.
Remarks

An annotation access level.

For more information about annotations, see rfc5257.

See Also