Application.StoreContextMenuDisplay Event

Outlook Developer Reference

Occurs before a context menu is displayed for a store.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.StoreContextMenuDisplay(CommandBar, Store)

expression   An expression that returns an Application object.

Parameters

Name Required/Optional Data Type Description
CommandBar Required CommandBar The context menu to be displayed.
Store Required Store The store for which the context menu is to be displayed.

Remarks

This event occurs before a context menu for a store, such as an Exchange mailbox or a personal folders (.pst) file, is to be displayed, allowing the CommandBar object representing the context menu to be customized by an add-in.

See Also