MailBee.NET Objects 3.1

Pop3.RequestEncoding Property

Gets or sets the encoding used to convert a string into a bytes stream which is then sent to the server.

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

Property Value

A reference to the encoding object used to convert a string into a bytes stream which is then sent to the server. 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