Click or drag to resize
MimeKit

AuthenticatedEventArgs Constructor

Initializes a new instance of the AuthenticatedEventArgs class.

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

Parameters

message  String
The free-form text.
Exceptions
ExceptionCondition
ArgumentNullExceptionmessage is null.
Remarks
Creates a new AuthenticatedEventArgs.
See Also