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

Namespace: MailBee
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public Encoding ResponseEncoding { get; }

Property Value

Type: Encoding
The Encoding which was used to convert response bytes received from the server into a string.
Remarks
This encoding is taken from ResponseEncoding property value (such as Pop3.ResponseEncoding, Imap.ResponseEncoding or Smtp.ResponseEncoding).
See Also