Need to bcc every email sent out

  • Thread starter Thread starter Max
  • Start date Start date
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?
 
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
 
Back
Top