SaslMethodPassword Property
Gets or sets a user account password 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 Password { get; set; }

Property Value

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