Is it possible to...

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

Guest

Im still learning VBA (Sue's book :D ), but wanted to know if it was possible to do this with a macro. The macro would copy a view that is in all of my public folders and make a copy of it in the current folder, visible to everyone, then set that new view as the default view for that folder

Signed

VBNOOB
 
Maybe, maybe not:

-- The only supported programmatic way to create and modify views is with
View.XML, which is supported only in Outlook 2002 or later.

-- OL2002 RTM doesn't support the <filter> element.

-- No version of Outlook supports automatic formatting rules in View.XML

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



VBNOOB said:
Im still learning VBA (Sue's book :D ), but wanted to know if it was
possible to do this with a macro. The macro would copy a view that is in
all of my public folders and make a copy of it in the current folder,
visible to everyone, then set that new view as the default view for that
folder.
 
Back
Top