adding a menu item to the popup of outlook

  • Thread starter Thread starter Revathy Vijayaraghavan
  • Start date Start date
R

Revathy Vijayaraghavan

Hello all,
In outlook,when the rightbutton is clicked over the
mailitem in the inbox,a popup menu popsup.i want to add a
menu item to this popup programmatically.

Please help me in this regard.

Thanking you
regards,
Revathy.V
 
The only time you'll see a modification of the right-click menu in Outlook is when you right-click on an item that uses a custom form where a custom action has been set up on the (Actions) page. You cannot modify the right-click menu using CommandBars, as you can in other Office programs. The MSKB article OL2000: Cannot Customize or Disable Context Menus: http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q294221 provides more information on this issue.

--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
Back
Top