Click or drag to resize
MimeKit

MailStoreOnAlert Method

Raise the alert event.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
protected virtual void OnAlert(
	string message
)

Parameters

message  String
The alert message.
Exceptions
ExceptionCondition
ArgumentNullExceptionmessage is null.
Remarks
Raises the alert event.
See Also