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 (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool IsLoggedIn { get; }

Property Value

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