I don't know a method to do that at once. This VBA sample allows you to copy
the view from one folder to another. It's not exactly what you're looking
for but if the views should be the same it's helpful:
http://www.vboffice.net/sample.html?mnu=2&pub=6&smp=25&cmd=showitem&lang=en
Open the VBA environment (alt+f11), double click "ThisOutlookSession" in the
project explorer (ctrl+r) and copy the code into that.
Then you can place the cursor into the code and press f5 to run it.

Signature
Best regards
Michael Bauer - MVP Outlook
Use Outlook Categories? This is Your Tool:
<http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6>
Am Mon, 17 Mar 2008 21:36:01 -0700 schrieb madmax from outlook land:
> All I want to do is have a "From" field and a "To" field appear in every
> Outlook 2003 mail folder. I can add a "To" field in each individual folder by
> using the "Field Chooser" function in Outlook 2003 but I would like to know
> how I change all my folders at once.