Hi Walshy,
this simple lines could do the job:
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As
Boolean)
Item.BCC = "(E-Mail Removed)"
Item.Recipients.ResolveAll
End Sub
--
Viele Grüße
Michael Bauer
"Walshy" <(E-Mail Removed)> wrote in message
news:C2A8B5EF-4B75-4C82-9FEE-(E-Mail Removed)...
> How can I sent it so that and messages I send, reply to or forward
(basically
> anything going out) automatically Bcc's a copy to an additional set
email
> address ???
>
> grateful if you could help me
>
> Thanks
>
>
|