Hello,
I have a custom outlook form and I recently modified it
with the following code.
Function Item_Send()
If Item.To = "ATS HR Transaction" then
Item.BCC = "ASD Payroll"
End If
End Function
This code interestingly enough, works, except that it
seems to be the cause of an Operation Failed Error when
the form is forwarded, which is very frequent. Oddly
enough, even with the error, the form is actually
delivered to the appropriate people as shown in the code,
but the item does not appear in the forwarder's sent item
box. How can I get rid of this error as it tends to scare
many of my users and does not give them a copy for their
records.
Thanks much!!!