NewItemMenuEntry

The NewItemMenuEntry element contains an item that is added to the New drop-down menu in Outlook Web App for Microsoft Exchange Server 2010.

OWAUICustomizations
  NewItemMenuEntries
    NewItemMenuEntry

<NewItemMenuEntry ItemType="" icon="">
    <string/>
</NewItemMenuEntry>

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute

Description

ItemType

The content class that Outlook Web App creates when the user clicks on this entry in the New drop-down menu; for example, "IPM.MyCustomClass."

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.

Child Elements

Element

Description

string (User Interface Customization XML Element)

Specifies the localized text that will be displayed.

Parent Elements

Element

Description

NewItemMenuEntries

Contains the items that are added to the New drop-down menu in Outlook Web App.