How can I delete the data management link from the folders list?

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

Guest

In the folders list on the navigation pane, there is an option to click on
data file management. I would like to remove it so that our users do not
accidentally delete old backup .psts and so on...

How can I do that?
 
Jen said:
In the folders list on the navigation pane, there is an option to
click on data file management. I would like to remove it so that our
users do not accidentally delete old backup .psts and so on...

How can I do that?

It is not possible to remove that, as far as I can tell.
 
You can disable any menu or toolbar command, such as Reply to All, by using a Group Policy Object. The article at http://office.microsoft.com/en-us/assistance/HA011402401033.aspx explains how; look at the section on "Disabling menu items and command bar buttons."

If you don't want to write your own code to recurse the Explorer.CommandBars
and Inspector.CommandBars collections to get the IDs that you need to be able to disable certain toolbar and menu commands, you can use the Outlook Spy tool from http://www.dimastr.com. I also have a complete list in the appendices to my "Configuring Outlook 2003" book (see signature).

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Sue Mosher said:
You can disable any menu or toolbar command, such as Reply to All, by
using a Group Policy Object. The article at
http://office.microsoft.com/en-us/assistance/HA011402401033.aspx
explains how; look at the section on "Disabling menu items and
command bar buttons."

If you don't want to write your own code to recurse the
Explorer.CommandBars
and Inspector.CommandBars collections to get the IDs that you need to
be able to disable certain toolbar and menu commands, you can use the
Outlook Spy tool from http://www.dimastr.com. I also have a complete
list in the appendices to my "Configuring Outlook 2003" book (see
signature).

More trouble than _I'd_ ever want to go through.
 
Back
Top