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