MailBee.NET Objects 7.1

Pop3.ResponseEncoding Property

Gets or sets the encoding used to convert a byte data received from the 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 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

Pop3 Class | MailBee.Pop3Mail Namespace