MailBee.NET Objects 7.1

Imap.ResponseEncoding Property

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

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

Property Value

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

Exception Type Condition
MailBeeInvalidArgumentException value is a null reference (Nothing in Visual Basic).

See Also

Imap Class | MailBee.ImapMail Namespace