outlook form send email

F

freddy

I have an outlook form that works, the only problem is that the user gets the
form and I would like to have only the input fields in the body and not the
whole form.
 
S

Sue Mosher [MVP-Outlook]

Put code in the Item_Send event handler to read the values from your input fields and build the Body or HTMLBody property from them. See http://www.outlookcode.com/d/propsyntax.htm if you need help with field syntax.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top