MailBee.NET Objects 7.2

MsgConvert.OnHtmlToRtfConversion 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.

public HtmlToRtfConversionHandler OnHtmlToRtfConversion {get; set;}

Property Value

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

MsgConvert Class | MailBee.Outlook Namespace