Outomatic CC of form

G

Guest

I've designed a custom Outlook form for holiday applications. What I want to
do is when the line manager sends the approval form of the applicaiton, a
copy of hte form is CC'd to our secretary. I've added the code below to the
Item_Send event and once the approved form is received, I can view the fields
and see that the item's CC field is set to the specified email address, but a
copy of the form hasn't been sent. Any ideas?

Function Item_Send()

item.cc = "(e-mail address removed)"

End Function

We're using Outlook 2002 with Exchange Server.

Many thanks,
Scott
 
G

Guest

Don't worry guys, I've got it to work. I set the item.cc property before the
item_send event fired and this worked.
 

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