Sending outlook form items

  • Thread starter Thread starter Guest
  • Start date Start date
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)
 
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.
 
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
 
Back
Top