StringConversionConfigConversionMode Property |
Gets or sets the mode of charset conversion of the 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 StringConversionMode ConversionMode { get; set; }
Public Property ConversionMode As StringConversionMode
Get
Set
Property Value
Type:
StringConversionMode
The mode which specifies how to convert the charset of the values of string properties of
MailMessage
and dependent objects when returning these values to the application.
The default value is
NoConversion.
See Also