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.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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