Click or drag to resize
MimeKit

IMailServiceIsAuthenticated 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#
bool IsAuthenticated { get; }

Property Value

Boolean
true if the client is authenticated; otherwise, false.
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