SmtpResponseEncoding Property |
Gets or sets the encoding used to convert a byte data received from the server into a string.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public Encoding ResponseEncoding { get; set; }
Public Property ResponseEncoding As Encoding
Get
Set
Property Value
Type:
EncodingA reference to the encoding object used to convert a byte data received from the server
into a string. The default value is
DefaultEncoding.
Exceptions See Also