Click or drag to resize
MimeKit

IMailServiceAuthenticated Event

Occurs when the client has been successfully authenticated.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
event EventHandler<AuthenticatedEventArgs> Authenticated

Value

EventHandlerAuthenticatedEventArgs
Remarks
The Authenticated event is raised whenever the client has been authenticated.
See Also