![]() |
|
![]() | ||
|
Subject:
Outlook 2000 Message rules Macro
Category: Computers > Programming Asked by: flybynight-ga List Price: $20.00 |
Posted:
11 Nov 2002 12:39 PST
Expires: 11 Dec 2002 12:39 PST Question ID: 105474 |
Subject : MS Outlook 2000 Message rules Macro I am looking for a tool, utility, application or programmer that will allow me to place an Icon or Button on a toolbar in MS Outlook 2000 that when clicked, will run/process all of the rules that I already defined in the rules wizard. (Sounds like a Macro) For Example: When this button is pushed all of the Emails currently in the Inbox from Bob Smith will be moved to the Bob Smith Folder. I DO NOT WANT OUTLOOK TO AUTOMATICALLY MOVE THE EMAIL MESSGAES WHEN THEY ARRIVE, as is normally the case when you create a rule in the wizard. I want to be able to initiate the transfer with a single mouse click. The idea is to run/process all of the rules that are defined in the rules wizard without having to open the Rules Wizard manually select each specific rule and click run now. |
![]() | ||
|
There is no answer at this time. |
![]() | ||
|
Subject:
Re: Outlook 2000 Message rules Macro
From: adowbor-ga on 11 Nov 2002 16:56 PST |
Take a look at this posting from the microsoft.public.outlook.teamfolders newsgroup. Good luck. ----- http://groups.google.ca/groups?q=Outlook+running+rules+programmatically&hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=%23HQAFrk2BHA.1260%40tkmsftngp04&rnum=2 ----- Rules are not exposed in the Outlook object model. There is some limited functionality for viewing and setting (but not running) rules with the Rules COM component + CDO. See http://www.slipstick.com/dev/exstech.htm for references. The only way I can think of to run rules programmatically would be to mimic the user's keystrokes with SendKeys. -- Sue Mosher, Outlook MVP Outlook and Exchange Solutions at http://www.slipstick.com |
Subject:
Re: Outlook 2000 Message rules Macro
From: coachschorr-ga on 12 Nov 2002 01:11 PST |
Sue's absolutely right (as she usually is). The only way I can think of to do this would be to create the rule actions as VBS code -- thus you'd have a set of macros rather than a set of rules to run. Not very easy unless you're good a coding VB. -Coach- |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |