Click or drag to resize
MimeKit

SmtpClientIsAuthenticated Property

Get whether or not the client is currently authenticated with the SMTP server.

Namespace: MailKit.Net.Smtp
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public override bool IsAuthenticated { get; }

Property Value

Boolean
true if the client is connected; otherwise, false.

Implements

IMailServiceIsAuthenticated
IMailServiceIsAuthenticated
Remarks

Gets whether or not the client is currently authenticated with the SMTP server.

To authenticate with the SMTP server, use one of the Authenticate methods.

See Also