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

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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.

Implements

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