Context menu in custom form

  • Thread starter Thread starter Anushya
  • Start date Start date
A

Anushya

I need to implement all the functionalites outlook provide in its
context menu in my context menu in a custom form? How can i do it?
 
Outlook does not expose the right-click context menu in its CommandBars
collection. AFAIK, the only time you'll see a new right-click command is
when the item is using a custom form with one or more custom actions.

--
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
 
Hi Sue and All
Its ok. I dont need to add items to context menu of outlook.

Instead i am going to create a custom form with a context menu. That
custom form will list all the mail items in my inbox. In that custom
form i need to implement all the functionalities provided by outlook
context menu. so that i can click reply, forward, delete.. provided in
outlook + my custom form functionalities.. My question is how to
implement outlook custom menu functionalities in custom form?? Is
there any way of communicating with outlook functionalities?
 
Sure. You can mimic pressing Outlook buttons such as Reply, Forward, etc
using the Commandbars collection.

--
Looking for a good book on programming Exchange, Outlook, ADSI and
SharePoint? Check out http://www.microsoft.com/MSPress/books/5517.asp

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top