Click or drag to resize
MimeKit

MailFolderAnnotationScopes Property

Get the supported annotation scopes.

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

Property Value

AnnotationScope
The supported annotation scopes.

Implements

IMailFolderAnnotationScopes
Remarks
If annotations are supported, this property can be used to determine which annotation scopes are supported by the IMailFolder.
See Also