Click or drag to resize
MimeKit

MailServiceOnAuthenticated Method

Raise the authenticated event.

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

Parameters

message  String
The notification sent by the server when the client successfully authenticates.
Remarks
Raises the authenticated event.
See Also