MailBee.NET Objects 4.0

StringConversionConfig.ConversionMode Property

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

public StringConversionMode ConversionMode {get; set;}

Property Value

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

StringConversionConfig Class | MailBee.Mime Namespace | CharsetConverter