How to disable "Insert file..." function in outlook 2000

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

Guest

I was told from a techncal friend that Mcirosoft Outlook can equip the SA to
block the " Insert File" function, please advise how to do it? thanks.
 
You can disable any menu or toolbar command, such as Reply to All, by using a Group Policy Object. The article at http://www.windowsitpro.com/Article/ArticleID/46342/46342.html explains how.

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 either the CommandBars
Browser or Outlook Spy tools listed at http://www.outlookcode.com/d/vb.htm#tools
 

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

Back
Top