Context menu in custom form

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?
 
S

Sue Mosher [MVP]

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
 
A

Anushya

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?
 
T

Tom Rizzo [MSFT]

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.
 
A

Anushya

Hi Tom
Do u mind providing me a sample or some useful link that guides me??
Anushya
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top