PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming Is it possible to...

Reply

Is it possible to...

 
Thread Tools Rate Thread
Old 28-04-2004, 08:41 PM   #1
=?Utf-8?B?VkJOT09C?=
Guest
 
Posts: n/a
Default Is it possible to...


Im still learning VBA (Sue's book ), 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
  Reply With Quote
Old 28-04-2004, 09:22 PM   #2
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Is it possible to...

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
http://www.outlookcode.com/jumpstart.aspx


"VBNOOB" <anonymous@discussions.microsoft.com> wrote in message
news:6AAAA467-5DB5-45D6-8D98-BE6D7B96C2A4@microsoft.com...
> Im still learning VBA (Sue's book ), 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



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off