Folder List - Folder Sizes and Data File Management links

M

Marcio

How can I disable or hidden Folder sizes and Data File Management link into
my outlook.

Thanks
Marcio
 
S

Sue Mosher [MVP-Outlook]

You can disable any toolbar or menu command with a Group Policy Object. If you don't want to write your own code to recurse the Explorer.CommandBars collections, you can use either the CommandBars
Browser or Outlook Spy tools listed at http://wwwoutlookcode.com/d/vb.htm#tools
 
M

Marcio

I'm trying to disable or hide the Favorite Folders using the following
registry key under
HKCU\Software\Microsoft\Office\11.0\Outlook\Options\WunderBar
DWORD: BootModule
Value: 5 (Start without Favorite Folders)

But after I enable the BootModule the Folder sizes and Data File management
link folder enable by itself.


I looked into Microsoft Office 2003 and Microsoft Outlook 2003
Administrative Policy and I couldn't find any option for FOLDER LIST.

Thanks Sue
Marcio
 
S

Sue Mosher [MVP-Outlook]

All that BootModule = 5 does is cause Outlook to start up in the Folder List navigation pane. I'm not sure what this has to do with your original post, which I thought was about disabling certain menu commands (which you do with the
Disable items in user interface / Custom policy settings).


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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top