Rules no Bcc option

G

Guest

I am trying to create a rule that will Bcc all messages from a specific user.
I can only find the Cc option. I do not want the user to know that the emails
are being copied.
 
S

Sue Mosher [MVP-Outlook]

Outlook rules don't offer a BCC action.

The sample code at http://www.slipstick.com/dev/code/autobcc.txt shows how
to add a Bcc recipient using the Application.ItemSend event in Outlook VBA

Another approach, which would avoid security prompts without the need to use
Redemption, would be to create a custom form with the desired address in the
Bcc field, publish it to the Personal Forms library, and then modify the
registry to substitute the published custom form for the default. (See
http://www.slipstick.com/dev/newdefaultform.htm#sub)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top