Outlook Rule based on being BCC'ed

  • Thread starter Thread starter R Avery
  • Start date Start date
R

R Avery

How do i set up an outlook rule to move it to a particular directory if
I was BCC'ed on the email (or if the To and CC fields are blank?). Any
help would be appreciated.
 
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)
 
Back
Top