I am trying to figure out how to send a custom messge form via email. The idea is to send a form, embedded in an message ( not as an attachment) that the recipient can fill out and reply back to the sender. I have tried sending the form with its form definition etc. however the recipient only receives the standard message form. I read something about sending as Rich text rather than HTML and have tried this as well
Does anyone know if this is possible
yes, it's possible. Try saving the item as an .msg file and sending it with
rich-text format.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> I am trying to figure out how to send a custom messge form via email. The idea is to send a form, embedded in an message ( not as an attachment) that
the recipient can fill out and reply back to the sender. I have tried
sending the form with its form definition etc. however the recipient only
receives the standard message form. I read something about sending as Rich
text rather than HTML and have tried this as well.
> Does anyone know if this is possible ?