View Single Post
  #1  
Old August 2nd 07, 04:52 PM posted to microsoft.public.outlook.program_vba
monkly
external usenet poster
 
Posts: 1
Default bcc any messages sent replied or forwarded to another mail add

That works fine but I have 2 seperate IMAP email accounts set up in Outlook.
Can I get the BCC to different email addresses depending on which account I
send the mail from?



"Michael Bauer" wrote:

Hi Walshy,

this simple lines could do the job:

Private Sub Application_ItemSend(ByVal Item As Object, Cancel As
Boolean)
Item.BCC = "
Item.Recipients.ResolveAll
End Sub


--
Viele Grüße
Michael Bauer


"Walshy" wrote in message
...
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




Ads