Sending a message via a form to and internet mailbox

  • Thread starter Thread starter Gary
  • Start date Start date
G

Gary

Hope someone can help. I'm new to developing forms. Seems
pretty simple. I created a form and it works well, within
my organization, Until I send the message to my internet
email account. The message comes through without any of
the data. Help.
 
Make sure you're following all the steps necessary to ensure that the recipient gets your message in rich-text format and has access to the form definition. The details depend on your version of Outlook and mail configuration. Also the form may need a read layout. See http://www.slipstick.com/dev/sendform.htm.

--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
Thanks.

In the form I have se the property to send form
definition. When I send the message I change the option to
send to receipent as an RTF. The mail arrives at my
internet mailbox with an attachment, that I presume is the
message content, but when I open it I get the raw data.
Any thoughts?
Thanks.
-----Original Message-----
Make sure you're following all the steps necessary to
ensure that the recipient gets your message in rich-text
format and has access to the form definition. The details
depend on your version of Outlook and mail configuration.
Also the form may need a read layout. See
http://www.slipstick.com/dev/sendform.htm.
 
Back
Top