MailBee.NET Objects 4.0

SaslMethod.ClientAnswerEncoding Property

Gets or sets an encoding of the client answer data.

public System.Text.Encoding ClientAnswerEncoding {get; set;}

Property Value

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

SaslMethod Class | MailBee Namespace