Re: Cascading Custom View to SubFolders
From: Ken Slovak - [MVP - Outlook] (kenslovak_at_mvps.org)
Date: 11/26/04
- Next message: Russ Valentine [MVP-Outlook]: "Re: Contact modem call problem"
- Previous message: Ken Slovak - [MVP - Outlook]: "Re: How can add a "label colour" in this routine?"
- In reply to: Lanwench [MVP - Exchange]: "Re: Cascading Custom View to SubFolders"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 26 Nov 2004 09:38:13 -0500
By saving the XML of the view to the file system as a view.xml file and then
reading it in and assigning Folder.GetExplorer.CurrentView the view would
become current for that folder. To add the view to the folder you would get
the Folder.Views collection and add your XML to that collection using the
Add method. That would work for Outlook 2002 and 2003.
There should be information on custom views at www.outlookcode.com
-- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Lanwench [MVP - Exchange]" <lanwench@heybuddy.donotsendme.unsolicitedmail.atyahoo.com> wrote in message news:O8I%237Bp0EHA.3236@TK2MSFTNGP15.phx.gbl... > Katrin wrote: > > Hi there, > > > > I am creating a knowledge share(ks) under Public Folders. > > > > The ks folder will have many subfolders(with subfolders(with > > subfolders)). > > > > User permissions replicate perfectly, but I can't figure out how > > replicate the 'custom view' to all subfolders. If I ever change the > > view in the future, the work load will be nuts! > > > > Any ideas? > > > > Much appreciated! > > I don't know how to do this in any automated fashion, but I have to ask why > you need so many nested subfolders. Have you looked into using categories & > views instead? > >
- Next message: Russ Valentine [MVP-Outlook]: "Re: Contact modem call problem"
- Previous message: Ken Slovak - [MVP - Outlook]: "Re: How can add a "label colour" in this routine?"
- In reply to: Lanwench [MVP - Exchange]: "Re: Cascading Custom View to SubFolders"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|