Click or drag to resize
MimeKit

IAppendRequestAnnotations Property

Get or set the list of annotations that should be set on the message.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
IList<Annotation> Annotations { get; set; }

Property Value

IListAnnotation
The list of annotations.
Remarks

Gets or sets the list of annotations that should be set on the message.

Note  Note

This feature is not supported by all folders.

Use Supports(FolderFeature) with the Annotations enum value to determine if this feature is supported.

See Also