StringConversionConfigConversionMode Property
Gets or sets the mode of charset conversion of the values of string properties of MailMessage object.

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public StringConversionMode ConversionMode { 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