OlCategoryShortcutKey Enumeration

Identifies the shortcut key specified for the ShortcutKey property of the Category object.

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

Syntax

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

Members

Member name Description
olCategoryShortcutKeyNone No shortcut key specified.
olCategoryShortcutKeyCtrlF2 CTRL+F2
olCategoryShortcutKeyCtrlF3 CTRL+F3
olCategoryShortcutKeyCtrlF4 CTRL+F4
olCategoryShortcutKeyCtrlF5 CTRL+F5
olCategoryShortcutKeyCtrlF6 CTRL+F6
olCategoryShortcutKeyCtrlF7 CTRL+F7
olCategoryShortcutKeyCtrlF8 CTRL+F8
olCategoryShortcutKeyCtrlF9 CTRL+F9
olCategoryShortcutKeyCtrlF10 CTRL+F10
olCategoryShortcutKeyCtrlF11 CTRL+F11
olCategoryShortcutKeyCtrlF12 CTRL+F12

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace

Other Resources

How to: Enumerate and Add Categories