Automatic BCC

  • Thread starter Thread starter Eduardo Fernandez
  • Start date Start date
E

Eduardo Fernandez

Do anybody knows how can I set an email account so that
whenever this user sends an email it generates
automatically a BCC ?
 
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