Click or drag to resize
MimeKit

MailFolderOnAnnotationsChanged Method

Raise the message annotations changed event.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
protected virtual void OnAnnotationsChanged(
	AnnotationsChangedEventArgs args
)

Parameters

args  AnnotationsChangedEventArgs
The message annotations changed event args.
Remarks
Raises the message annotations changed event.
See Also