Click or drag to resize
MimeKit

ImapClientOnWebAlert Method

Raise the web alert event.

Namespace: MailKit.Net.Imap
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
protected virtual void OnWebAlert(
	Uri uri,
	string message
)

Parameters

uri  Uri
The web alert URI.
message  String
The web alert message.
Exceptions
ExceptionCondition
ArgumentNullException

uri is null.

-or-

message is null.

Remarks
Raises the web alert event.
See Also