 | MailServiceOnAuthenticated Method |
Raise the authenticated event.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 2.10.0
Syntaxprotected virtual void OnAuthenticated(
string message
)
Parameters
- message
- Type: SystemString
The notification sent by the server when the client successfully authenticates.
Remarks
Raises the authenticated event.
See Also