ResourcesLog_ImapPreauthenticatedUser Property |
Gets "Preauthenticated user" string.
Namespace: MailBeeAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic virtual string Log_ImapPreauthenticatedUser { get; }
Public Overridable ReadOnly Property Log_ImapPreauthenticatedUser As String
Get
Property Value
Type:
String
RemarksThis 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