ImapResponseEncoding Property
Gets or sets the encoding used to convert a byte data received from the mail server into a string.

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

Property Value

Type: Encoding
A reference to the encoding object used to convert a byte data received from the mail server into a string. The default value is DefaultEncoding.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue is a null reference (Nothing in Visual Basic).
See Also