SaslMethodAccountName Property |
Gets or sets a user account name on the mail server.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string AccountName { get; set; }
Public Property AccountName As String
Get
Set
Property Value
Type:
StringThe name of the user account on the mail server.
Remarks To the moment when the authentication protocol exchange starts,
this property is already set, so you can use it in
CreateNextClientAnswer
implementation.
See Also