Need to bcc every email sent out

M

Max

I have been asked to find a way to bcc someone
automatically every time an email is sent. I have tried
the rules but could not find one for "bcc". I tried the
hyperlink under customize but that only allows me
to "mailto". I have tried a template but I am not sure
how to use this when replying to an email. Can anyone
help me?
 
S

Sue Mosher [MVP]

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

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)

--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
R

Roady

No, natively you can't. Even when you use a template to reply with and fill
in the BCC field it won't work. It is even worse this way; the rule gets
deactivated completely.

But programmatically it is possible although not supported by Microsoft. For
more info;
http://www.slipstick.com/dev/code/autobcc.htm
 

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