Click or drag to resize
MimeKit

MailFolderAnnotationsChanged Event

Occurs when annotations changed on a message.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public event EventHandler<AnnotationsChangedEventArgs> AnnotationsChanged

Value

EventHandlerAnnotationsChangedEventArgs

Implements

IMailFolderAnnotationsChanged
Remarks
The AnnotationsChanged event is emitted when the annotations for a message are changed.
See Also