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.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public Encoding RequestEncoding { get; set; }
Public Property RequestEncoding As Encoding
Get
Set
Property Value
Type:
EncodingA 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 See Also