Click or drag to resize
MimeKit

MessageSummaryAnnotations Property

Gets the message annotations, if available.

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

Property Value

IReadOnlyListAnnotation
The message annotations.

Implements

IMessageSummaryAnnotations
Remarks

Gets the message annotations, if available.

This property will only be set if the Annotations flag is passed to one of the Fetch or FetchAsync methods.

See Also