I'm running into the rules size limit for Outlook 2003, so I want to merge/delete my rules. I want to be able to see them all as opposed to editing them one at a time. The export format for Outlook rules is some binary "*.rwz" file.

Is there a way to export Outlook rules into a text or excel file?

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

I suspect that you are out of luck... a classic MS proprietary format.

However, a subset of the rules wizard interface is supported via VBA - see http://msdn.microsoft.com/en-us/library/bb206763.aspx for details. You could script something up to export the rules as human-readable but it may well not cover all your rules.

Good luck!

link|improve this answer
That link is for Outlook 2007. The Outlook 2003 Object Model doesn't even have a Rule object, so I'm SOL. Thanks anyway – glenn jackman Jan 6 '10 at 20:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.