MailBee.NET Objects 3.1

Smtp.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

Smtp Class | MailBee.SmtpMail Namespace