Click or drag to resize
MimeKit

IMailFolderAnnotationsChanged Event

Occurs when annotations changed on a message.

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

Value

EventHandlerAnnotationsChangedEventArgs
Remarks
Emitted when annotations changed on a message.
See Also