.NET, Microsoft, Office 2007, Office Development, Outlook, VSTO
Here is a Way to Get the ID of a Built-in Outlook Command Bar Menu (Norm Estabrook)
April 30, 2009 by Staff · Leave a Comment
Recently, a forum poster asked us how he could add a submenu item to a built-in menu item in Outlook. Note that these are not controls that appear on the Ribbon of an Outlook item, but rather the menus that drop down from the top of the Outlook Explorer such as the View menu and the Tools menu. So one way to do this (In fact the only way that I know of) is to use the example shown in the following MSDN topic – How to: Add Custom Menus and Menu Items to Outlook . You can’t just use the example as is
Here is the original post:
Here is a Way to Get the ID of a Built-in Outlook Command Bar Menu (Norm Estabrook)

