Indicates whether the component has already successfully authenticated on the server
and logged in the user account.
Namespace: MailBee.Pop3MailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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