MailBee.NET Objects 4.0

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

Smtp Class | MailBee.SmtpMail Namespace