ResourcesLog_ImapPreauthenticatedUser Property
Gets "Preauthenticated user" string.

Namespace: MailBee
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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