Menu

The Menu element represents a new menu to be added to the application in the Outlook client configuration file (OutlookClient.xml).

Example

<Menu Title="ISV">
   <MenuItem Title="New Window" Url="https://www.microsoft.com"/>
   <MenuSpacer/>
   <SubMenu Title="ISV Tests">
   </SubMenu>
</Menu>

Attributes

Title

Specifies the title of the menu.

Element Information

Number of occurrences One per parent section
Parent elements CustomMenus
Child elements One or more MenuItem, MenuSpacer, or SubMenu elements

© 2005 Microsoft Corporation. All rights reserved.