ResourcesLog_ImapPreauthenticatedUser Property
Gets "Preauthenticated user" string.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public virtual string Log_ImapPreauthenticatedUser { get; }

Property Value

Type: String
Remarks
This string is used in conjunction with Log_LoggedInAs0 when the user was pre-authenticated by external means. MailBee detects this when PREAUTH response is received from the IMAP4 server.
See Also