SaslMethodServerChallengeEncoding Property
Gets or sets an encoding of the server challenge data.

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

Property Value

Type: Encoding
By default, the value of ResponseEncoding property of the mailer component (such as Pop3.ResponseEncoding, Imap.ResponseEncoding or Smtp.ResponseEncoding).
Remarks
You can use this encoding to convert portions of the server challenge from bytes to strings if required by your algorithm.
See Also