MailBee.NET Objects 4.0

MailBeeEmailProtocolNegativeResponseException.ResponseEncoding Property

Gets the encoding which was used to convert response bytes received from the server into a string.

public System.Text.Encoding ResponseEncoding {get;}

Property Value

The Encoding which was used to convert response bytes received from the server into a string.

Implements

IMailBeeNegativeTextResponseException.ResponseEncoding

Remarks

This encoding is taken from ResponseEncoding property value (such as Pop3.ResponseEncoding, Imap.ResponseEncoding or Smtp.ResponseEncoding).

See Also

MailBeeEmailProtocolNegativeResponseException Class | MailBee Namespace