Click or drag to resize
MimeKit

MailServiceAuthenticated Event

Occurs when the client has been successfully authenticated.

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

Value

EventHandlerAuthenticatedEventArgs

Implements

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