MailBee.NET Objects 4.0

SaslMethod.ServerChallengeEncoding Property

Gets or sets an encoding of the server challenge data.

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

Property Value

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

SaslMethod Class | MailBee Namespace