| MailFolderOnAnnotationsChanged Method |
Raise the message annotations changed event.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax protected virtual void OnAnnotationsChanged(
AnnotationsChangedEventArgs args
)
Parameters
- args AnnotationsChangedEventArgs
- The message annotations changed event args.
Remarks
Raises the message annotations changed event.
See Also