PC Review


Reply
Thread Tools Rate Thread

bcc any messages sent replied or forwarded to another mail address

 
 
=?Utf-8?B?V2Fsc2h5?=
Guest
Posts: n/a
 
      5th Nov 2004
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


 
Reply With Quote
 
 
 
 
Michael Bauer
Guest
Posts: n/a
 
      6th Nov 2004
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
>
>


 
Reply With Quote
 
=?Utf-8?B?bW9ua2x5?=
Guest
Posts: n/a
 
      2nd Aug 2007
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 = "(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
> >
> >

>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
dispaly name from forwarded or replied messages gojackets Microsoft Outlook Discussion 1 5th Mar 2008 01:45 AM
What do you set to allow messages to be forwarded and replied? TE Microsoft Outlook Installation 1 11th Feb 2008 03:48 PM
Listing messages I have replied to or forwarded =?Utf-8?B?QWxhbkFK?= Microsoft Outlook Discussion 3 5th Sep 2007 10:03 PM
How do I get it to show messages as replied to or forwarded? =?Utf-8?B?U3RhbmQ0dXRo?= Microsoft Outlook Discussion 3 13th Sep 2005 02:55 PM
messages disappearing when replied or forwarded =?Utf-8?B?RnJpbXRvbg==?= Microsoft Outlook Discussion 1 12th Aug 2005 08:29 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:17 PM.