Sending outlook form items

G

Guest

Hi,

Is it possible to create a custom form with different fields to be filled
out by the employee and once the send button is clicked, different fields
will be sent to different email addresses? (i.e not have the entire email
sent to an email address)
 
S

Sue Mosher [MVP-Outlook]

Yes. You'd do this with code in the Item_Send event handler that generates
multiple email messages each sending the information you want in a different
custom form or in the body of the message.
 
G

Guest

Thanks Sue!

A further question regarding Item_send.
How do I reference the different items in a form?

if I have two message boxes: 1. TextBox1 and TextBox2

can I reference them as Item.TextBox1 ?
or are there special format that I need to follow?

Thanks Heaps for your help!
Jeanette
JM
 

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