Adding new items in Contaxt Menu

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I am creating C# application with Outlook integration. In the outlook
mail, I have to create new item "Fwd to AIA" in the Context menu. If they
click that item, it will display My list of users name window. Once user
selected any one of the name from this list, it will store the selected mail
for that user id in C:\. So that my AIA system will pick this file and
display in the system when user login in AIA. Do any one of you have any
ideas about this? (or) URL for details.

Thanks in advance.

Kannan.
 
hi

Just create a new context menu. The default context menu will take
every common items between the application like copy, paste.... When
you add the context menu, click on it and go to the properites windows.
Select the collection property and add any new item you wish. By double
clicking on that item you will be able to add a click on event.
Hope it will help.
 
Hi Jamilabkh,
Thanks for your information. But I don't know how to create new item in
Outlook context menu using C# add-in . Sorry I am new to C# Add-in concept
with outlook.
Appreciate your help....

thanks,
Kannan
 

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

Back
Top