Click or drag to resize
MimeKit

AlertEventArgs Constructor

Initializes a new instance of the AlertEventArgs class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public AlertEventArgs(
	string message
)

Parameters

message  String
The alert message.
Exceptions
ExceptionCondition
ArgumentNullExceptionmessage is null.
Remarks
Creates a new AlertEventArgs.
See Also