Click or drag to resize
MimeKit

MailServiceIsAuthenticated Property

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

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

Property Value

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

Implements

IMailServiceIsAuthenticated
Remarks

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

To authenticate with the mail server, use one of the Authenticate methods or any of the Async alternatives.

See Also