SaslMethodAccountName Property
Gets or sets a user account name on the mail server.

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

Property Value

Type: String
The 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