Click or drag to resize
MimeKit

ImapClientWebAlert Event

Occurs when a Google Mail server sends a WEBALERT response code to the client.

Namespace: MailKit.Net.Imap
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public event EventHandler<WebAlertEventArgs> WebAlert

Value

EventHandlerWebAlertEventArgs
Remarks
The WebAlert event is raised whenever the Google Mail server sends a WEBALERT message.
See Also