Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook and VBA (http://www.outlookbanter.com/outlook-vba/)
-   -   Finding the control ID for the menu button that you want to disabl (http://www.outlookbanter.com/outlook-vba/7229-finding-control-id-menu-button.html)

Tim Bolton January 12th 06 07:31 PM

Finding the control ID for the menu button that you want to disabl
 
I want to disable the Format Button that the users are using when sending a
NEW, or replying to, e-mail. They are supposed to be using Plain Text only,
but they have found that this button is still available when sending or
replying to an e-mail.

Is there a list available somewhere or is there a way to find this using
Outlook VBA???
--
Tim Bolton

Michael Bauer January 13th 06 06:35 AM

Finding the control ID for the menu button that you want to disabl
 
Am Thu, 12 Jan 2006 11:31:02 -0800 schrieb Tim Bolton:

A hard way that I used once is to create a simple method in VBA:

public sub test()

end sub

Place F9 on the last line, run the method, show the Local Window and explore
all the objects.

But if you like the faster, more comfortable way, then use OutlookSpy from
www.dimastr.com. The tool shows you all the info in a treeview.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook



I want to disable the Format Button that the users are using when sending

a
NEW, or replying to, e-mail. They are supposed to be using Plain Text

only,
but they have found that this button is still available when sending or
replying to an e-mail.

Is there a list available somewhere or is there a way to find this using
Outlook VBA???



All times are GMT +1. The time now is 05:04 PM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com