ResourcesLog_ImapPreauthenticatedUser Property |
Gets "Preauthenticated user" string.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public virtual string Log_ImapPreauthenticatedUser { get; }
Public Overridable ReadOnly Property Log_ImapPreauthenticatedUser As String
Get
Property Value
Type:
StringRemarks 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