In this question I just asked I told that I prepare Outlook messages by sending data from my app to Outlook with MAPI.
But in this way I have one major hurdle: I cannot send formatted text for the message body. My form has an rtf field, I strip away rtf data then prepare the outlook mail.
How is it possible to do the same (creating an outlook outgoing email ready to be sent) without using mapi, and keeping the formatting, somehow "rtf to html"... Does anyone already have this code?
You can use Microsoft's Collaboration Data Objects but it is limited by the Outlook Security Patch. The Redemption Data Objects that are part of Outlook Redemption works around the Security patch. I have used RDO to create RTF emails in Outlook.
Here is a sample procedure using RDO to create an email, insert RTF formatted text and display the email so it can be edited before sending.
It produces the following with Outlook 2003