MsgConvertPreferRtfBodyToHtml Property
Gets or sets whether the HTML body of the resulting .EML should be taken from RTF part (instead of HTML part) of the source .MSG message, if it has both RTF and HTML part.

Namespace: MailBee.Outlook
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool PreferRtfBodyToHtml { get; set; }

Property Value

Type: Boolean
The default value is false which means HTML body is preferred.
Remarks
Sometimes, .MSG-to-.EML codepage transform will work better when HTML body is taken from RTF part. If .MSG contains only RTF part or only HTML part, RTF (or HTML, respectively) will be used regardless of the value of this property.
See Also