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?
"Sue Mosher [MVP]" <(E-Mail Removed)> wrote in message news:<(E-Mail Removed)>...
> 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
> http://www.outlookcode.com/jumpstart.aspx
>
>
> "Anushya" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > 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?