Click or drag to resize
MimeKit

AnnotationScope Enumeration

The scope of an annotation.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
[FlagsAttribute]
public enum AnnotationScope
Members
Member nameValueDescription
None0 No scopes.
Private1 The private annotation scope.
Shared2 The shared annotation scope.
Both3 Both private and shared scopes.
Remarks

Represents the scope of an annotation.

For more information about annotations, see rfc5257.

See Also