Click here to Skip to main content
15,884,473 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to add an item to the right-click menu in Outlook Web App in Exchange 2010, so that when the user click in OWA on my created custom menu item , it will go to the new URL (my application) with the properties: ae, a, etc.

I followed the steps mentioned in and the replies from

Simply, I just modified the 'UIExtensions.xml' in '\forms\Customization'.
Here is the Code Snippet:
XML
<RightClickMenuExtensions>
     <RightClickMenuEntry 
       Icon="16x16.gif" 
       URL="https://google.com/" 
       filter="IPM.Foo;IPM.Bar">
       <string language="en-us" text="My Application"/>
     </RightClickMenuEntry> 
 </RightClickMenuExtensions>


after that, i reset the IIS. However, nothing changes

What I have tried:

i have
(1)copied and renamed the UIExtensions.xml.template to UIExtensions.xml in \forms\Customization folder.

(2)modified the xml file with the code mentioned above.

(3)copied a 16X16 pixels image file into the customization folder

(4)done an IISreset
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900