ImapIsLoggedIn Property
Indicates whether the component has already successfully authenticated on the server and logged in the user account.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public bool IsLoggedIn { get; }

Property Value

Type: Boolean
true if already logged in the user account on the server; otherwise, false.
See Also