OlActionShowOn Enumeration

Identifies where an Action is displayed as an available action.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Public Enumeration OlActionShowOn
'Usage
Dim instance As OlActionShowOn
public enum OlActionShowOn

Members

Member name Description
olDontShow Indicates that the Action will not be displayed on the menu or toolbar.
olMenu Indicates that the Action will be displayed as an available action on the menu.
olMenuAndToolbar Indicates that the Action will be displayed as an available action on the menu and the toolbar.

Remarks

In Microsoft Office Outlook 2007, custom actions are displayed only on the Custom Actions menu on the Ribbon for an Inspector.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace