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

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public Encoding RequestEncoding { get; set; }

Property Value

Type: Encoding
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
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue is a null reference (Nothing in Visual Basic).
See Also