Application.ContextMenuClose Event

Outlook Developer Reference

Occurs after a context menu is closed.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.ContextMenuClose(ContextMenu)

expression   An expression that returns a Application object.

Parameters

Name Required/Optional Data Type Description
ContextMenu Required OlContextMenu A constant indicating the type of context menu to be closed.

Remarks

This event occurs just after a context menu is closed so that add-ins can dispose of any object references that may have been obtained from one of the following events:

See Also