MailBee.NET Objects 4.0

SaslMethod.Password Property

Gets or sets a user account password on the mail server.

public string Password {get; set;}

Property Value

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

SaslMethod Class | MailBee Namespace