Sending a customized message form via email

D

Dave Wood

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
 
S

Sue Mosher [MVP-Outlook]

yes, it's possible. Try saving the item as an .msg file and sending it with
rich-text format.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Dave Wood said:
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.
 
Top