Indicates whether the component has already successfully authenticated on the server
and logged in the user account.
Namespace: MailBee.Pop3MailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool IsLoggedIn { get; }
Public ReadOnly Property IsLoggedIn As Boolean
Get
Property Value
Type:
Booleantrue if already logged in the user account on the server; otherwise,
false.
See Also