MsgConvertOnHtmlToRtfConversion Property
Gets or sets the application-supplied callback MailBee will execute in order to convert HTML-to-RTF when making .MSG out of .EML source.

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

Property Value

Type: HtmlToRtfConversionHandler
The default value is a null reference (Nothing in Visual Basic).
Remarks
MailBee will execute this callback whenever you convert .EML into .MSG and HtmlToRtfMethod is UseDelegate. For more information on RTF in .MSG files and HTML-to-RTF conversions, see HtmlToRtfConversionMethod topic.
See Also