ToolBar

The ToolBar element represents a toolbar that is added to a detail form in the Outlook client configuration file (OutlookClient.xml).

Example

<ToolBar ValidForCreate="0" ValidForUpdate="1">
   <Button Title="Test" ToolTip="Info on Test"
        Icon="/_imgs/ico_18_debug.gif"
        Url="https://www.microsoft.com"
        PassParams="1" WinParams="" WinMode="0"/>
   <ToolBarSpacer/>
   <Button Title="Test" ToolTip="Info on Test"
        Icon="/_imgs/ico_18_debug.gif"
        Url="https://www.microsoft.com"
        PassParams="1" WinParams="" WinMode="1"/> 
</ToolBar>

Attributes

ValidForCreate

Specifies whether the toolbar should be shown in the detail form window when an object is being created.

ValidForUpdate

Specifies whether the toolbar should be shown in the detail form window when an object is being updated.

Element Information

Number of occurrences One
Parent elements Account, contact, incident, invoice, lead, opportunity, quote, or salesorder
Child elements Zero or more of Button and/or ToolBarSpacer

© 2005 Microsoft Corporation. All rights reserved.