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
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