Click or drag to resize
MimeKit

IMailFolderAnnotationScopes Property

Get the supported annotation scopes.

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

Property Value

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