Click or drag to resize
MimeKit

ImapClientIsAuthenticated Property

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

Namespace: MailKit.Net.Imap
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 IMAP server.

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

See Also