| MailServiceOnAuthenticated Method |
Raise the authenticated event.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax 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