Alphabetize Outlook 2003 Rules

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

Guest

Hello,

Does anyone have a VBA script or Visual Basic that they have built that will
Alphabetize 2003 rules, I have a situation where theyr are hundreds of rules,
the basiclly just take the messages and move to a particular folder. I need
to sort the rules in an automated fashion as their are too many to process
manually.

I was able to complet this fine in outlook Express as the rules are stored
in the registry.

Thanks
 
G'Day Highlander,

No one in their right mind would undertake such a task, and
it would be very nice if it proved to be impossible!

Rules are obeyed strictly in the Order in which they are found,
and that allows the creation of logical structures where earlier
Rules can abort the Rule processing of later Rules.

The thought that this structure might accidentally be alphabetically
sorted is horrifying.
 
Back
Top