MenuItem

The MenuItem element represents an item in a menu in the Outlook client configuration file (OutlookClient.xml).

Example

<MenuItem Title="New Window" Url="https://www.microsoft.com"/>

Attributes

Title

[required] Specifies the name of the menu item.

Url

[required] Specifies the URL to be opened when the menu item is selected.

WinMode

[optional] Specifies the window mode. Values are 0 = Window [default], 1 = Modal Dialog, or 2 = Modeless Dialog.

PassParams

[optional] Specifies whether the object type and object ID parameters are to be passed to the URL. Values are 0 = No [default], 1 = Yes.

WinParams

[optional] Specifies an arbitrary string parameter.

Element Information

Number of occurrences Zero or more per parent element
Parent elements Menu or SubMenu
Child elements None

© 2005 Microsoft Corporation. All rights reserved.