StringConversionConfigDestinationEncoding Property |
Gets or sets the charset of the returned values of string properties of
MailMessage object.
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public Encoding DestinationEncoding { get; set; }
Public Property DestinationEncoding As Encoding
Get
Set
Property Value
Type:
Encoding
A character
Encoding into which to convert the string values when returning them from
string properties of
MailMessage and dependent objects to the application.
The default value is
DefaultEncoding.
Exceptions Remarks See Also