Hello,
When saving messages with RTF body part only, either as html or eml/mht is there anyway to force the SDK to create an html part made of RTF? Of course we don’t expect full great support of such complex conversion, just asking if that’s possible?
Sample message (has RTF and plain text part)
Stationary.zip (889.4 KB)
Sample code used:
Dim MyMSG As MapiMessage = MapiMessage.Load(“msg.msg”)
MyMSG.Save(“htm.htm”, ASPSaveOptionsHTM)
ASPSaveOptionsHTM.ResourceRenderingMode = ResourceRenderingMode.EmbedIntoHtml