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

J

Jen

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?
 
B

Brian Tillman

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.
 
S

Sue Mosher [MVP-Outlook]

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
 
B

Brian Tillman

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.
 

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