PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
bcc any messages sent replied or forwarded to another mail address
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
bcc any messages sent replied or forwarded to another mail address
![]() |
bcc any messages sent replied or forwarded to another mail address |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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 |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Hi Walshy,
this simple lines could do the job: Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean) Item.BCC = "address@domain.de" Item.Recipients.ResolveAll End Sub -- Viele Grüße Michael Bauer "Walshy" <Walshy@discussions.microsoft.com> wrote in message news:C2A8B5EF-4B75-4C82-9FEE-72BF4996607B@microsoft.com... > 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 > address ??? > > grateful if you could help me > > Thanks > > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
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 = "address@domain.de" > Item.Recipients.ResolveAll > End Sub > > > -- > Viele Grüße > Michael Bauer > > > "Walshy" <Walshy@discussions.microsoft.com> wrote in message > news:C2A8B5EF-4B75-4C82-9FEE-72BF4996607B@microsoft.com... > > 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 > > address ??? > > > > grateful if you could help me > > > > Thanks > > > > > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

