OfficeDeveloper.NET
a-built-in-menu

Developing for Office and SharePoint Server 2010 (Christin Boyd)

May 1, 2009 by Staff · Leave a Comment 

I get a lot of questions about the future.  When will Visual Studio release?   First half of 2010

View post: 
Developing for Office and SharePoint Server 2010 (Christin Boyd)

a-built-in-menu

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)

OfficeDeveloper.NET