Click or drag to resize
MimeKit

Pop3ClientIsAuthenticated Property

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

Namespace: MailKit.Net.Pop3
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 POP3 server.

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

See Also