remove buttons with command ID

  • Thread starter Thread starter bill
  • Start date Start date
B

bill

I am trying to figure out how I can remove bttons via the
GPO for outlook...
one of the poster's here made reference to using
(see below)
I can not seem to find the CUSTOM in the GPEDIT
nor can I seem to figure out how to enter the command ID
number
any help would be appreciated

thx
bill
---------------------------------------------------
When you've got the Office Resource Kit installed you can
use Group Policies
to disable those commands.

For this go to Group Policy Editor;
User Configuration-> Administrative Templates-> Microsoft
Outlook 2002->
Disable items in user interface-> Custom-> Disable command
ar buttons and
menu items.

For Outlook 2002
New Outlook Data File command ID: 5575
Open Outlook Data File command ID: 5576
----------------------------------------------------
 
Sorry was looking under Office not Outlook

Where can I find a list of these command number as to what
each one does

thanks
bill
 
If you don't want to write your own code to recurse the Explorer.CommandBars
and Inspector.CommandBars collections, you can use either the CommandBars
Browser or Outlook Spy tools listed at
http://www.outlookcode.com/d/vb.htm#tools

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

bill
-----Original Message-----
If you don't want to write your own code to recurse the Explorer.CommandBars
and Inspector.CommandBars collections, you can use either the CommandBars
Browser or Outlook Spy tools listed at
http://www.outlookcode.com/d/vb.htm#tools

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







.
 
Back
Top