Create a right-click context menu in Outlook 2003
问题 I'm already able to create a new menu in the top menubar of Outlook 2003 but would like to do the same when the user right-click on an email (but not anywhere else in the interface if possible). Here is what I got: Sub AddMenus() Dim cbMainMenuBar As CommandBar Dim cbcCustomMenu As CommandBarControl Dim cbcTest As CommandBarControl Dim iHelpMenu as Integer Set cbMainMenuBar = Application.ActiveExplorer.CommandBars.ActiveMenuBar iHelpMenu = cbMainMenuBar.Controls("&?").index Set cbcCustomMenu