Click or drag to resize
MimeKit

AnnotationsChangedEventArgsAnnotations Property

Get the annotations that changed.

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

Property Value

IListAnnotation
The annotation.
Remarks
Gets the annotations that changed.
See Also