Adding new items in Contaxt Menu

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kannan

    Adding new items in Contaxt Menu

    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.
  • jamilabkh

    #2
    Re: Adding new items in Contaxt Menu

    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.

    Comment

    • Kannan

      #3
      Re: Adding new items in Contaxt Menu

      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

      "jamilabkh" wrote:
      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.
      >
      >

      Comment

      Working...