Custom action in a rule of outlook

  • Thread starter Thread starter Guest
  • Start date Start date
Use C++ or Delphi and Extended MAPI to construct a custom action .dll.

What version of Outlook are you using?
 
So it will be impossible to make a rule like that? That I could bcc someone
 
So, there is no way to make a rule like this (to bcc someone in all e-mails
going from an account) without one of those programs?
 
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
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

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

Back
Top