trap new incoming mail and process rules

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
Am trying to add some code to Outlook (2000) such that it can trap all the new mails that have come in

I will do some complex processing on the mail (which I would have liked to do thru "Custom Action", but am unable to figure out for Outlook 2000) . After this processing is complete I would like the email to be processed thru the emails Rules which have already been setup
 
What you describe is not possible unless you have Extended MAPI and C++ or
Delphi skills, which is what it takes to write a Rules Wizard custom action.
If you mix VBA code and rules, you can't predict which will act on the
message first.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



HD said:
Hi ,
Am trying to add some code to Outlook (2000) such that it can trap all the new mails that have come in .

I will do some complex processing on the mail (which I would have liked to
do thru "Custom Action", but am unable to figure out for Outlook 2000) .
After this processing is complete I would like the email to be processed
thru the emails Rules which have already been setup.
 
Back
Top