Click or drag to resize
MimeKit

IMailStoreAlert Event

Occurs when a remote message store receives an alert message from the server.

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

Value

EventHandlerAlertEventArgs
Remarks
Some implementations, such as ImapClient, will emit Alert events when they receive alert messages from the server.
See Also