G
Guest
Hi I have used this code to bcc any messages I send to an additional address.
the problem is the actual text in the email itself (the mesage itself : hi
how are you etc) is not being forwarded just a blank message ??? can anyone
help ??? code is as follows :
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
Set myForward = Item.Forward
Set myBCC = myForward.Recipients.Add("(e-mail address removed)")
myBCC.Type = olBCC
myForward.Send
End Sub
please can someone help
Thanks
the problem is the actual text in the email itself (the mesage itself : hi
how are you etc) is not being forwarded just a blank message ??? can anyone
help ??? code is as follows :
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
Set myForward = Item.Forward
Set myBCC = myForward.Recipients.Add("(e-mail address removed)")
myBCC.Type = olBCC
myForward.Send
End Sub
please can someone help
Thanks