NavBar

The NavBar element is the container for side tabs added to the navigation pane in the detail form window of the Outlook client in the configuration file (OutlookClient.xml).

Example

<NavBar ValidForCreate="0" ValidForUpdate="1">
   <NavBarItem Icon="/_imgs/ico_18_debug.gif" Title="ISV Test 1"
      Url="https://www.microsoft.com" Id="navItem"/>
</NavBar>

Attributes

Icon

Specifies the file name icon to be displayed on the side tab.

Title

Specifies the name of the side tab.

Element Information

Number of occurrences Zero or more per parent element
Parent elements Account, contact, incident, invoice, lead, opportunity, quote, or salesorder
Child elements Zero or more of NavBarItem

© 2005 Microsoft Corporation. All rights reserved.