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.OutlookAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public HtmlToRtfConversionHandler OnHtmlToRtfConversion { get; set; }
Public Property OnHtmlToRtfConversion As HtmlToRtfConversionHandler
Get
Set
Property Value
Type:
HtmlToRtfConversionHandlerThe default value is a null reference (
Nothing in Visual Basic).
Remarks See Also