SaslMethodClientAnswerEncoding Property
Gets or sets an encoding of the client answer data.

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

Property Value

Type: Encoding
By default, the value of RequestEncoding property of the mailer component (such as Pop3.RequestEncoding, such as Imap.RequestEncoding or Smtp.RequestEncoding).
Remarks
You can use this encoding to convert string data (such as account names, passwords, etc) into bytes if required by your algorithm.
See Also