RightClickMenuEntry
The RightClickMenuEntry element contains an item that is added to the right-click (context) menu in Microsoft Office Outlook Web App.
OWAUICustomizations
RightClickMenuExtensions
RightClickMenuEntry
<RightClickMenuEntry
Icon=""
URL=""
filter="">
<string/>
</RightClickMenuEntry >
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
---|---|
Icon |
The URL of the icon file. This can be a local URL that does not include protocol and server indicators, such as "CustomClassIcon.gif." The icons should be 16x16 pixels. |
URL |
The URL of the application that will be started when the user chooses this context menu entry. |
filter |
A semicolon-separated list of one or more content types. For example, "IPM.MyContentType1;IPM.MyContentClass2". |
Child Elements
Element |
Description |
---|---|
Specifies the localized text that will be displayed. |
Parent Elements
Element |
Description |
---|---|
Contains the items that are added to the context menu in Outlook Web App. |