OlNavigationModuleType enumeration (Outlook)
Identifies the navigation module type of a NavigationModule object.
Name | Value | Description |
---|---|---|
olModuleCalendar | 1 | A CalendarModule object that represents the Calendar navigation module. |
olModuleContacts | 2 | A ContactsModule object that represents the Contacts navigation module. |
olModuleFolderList | 6 | A NavigationModule object that represents the Folders List navigation module. |
olModuleJournal | 4 | A JournalModule object that represents the Journal navigation module. |
olModuleMail | 0 | A MailModule object that represents the Mail navigation module. |
olModuleNotes | 5 | A NotesModule object that represents the Notes navigation module. |
olModuleShortcuts | 7 | A NavigationModule object that represents the Shortcuts navigation module. |
olModuleSolutions | 8 | A SolutionsModule object that represents the Solutions navigation module. |
olModuleTasks | 3 | A TasksModule object that represents the Tasks navigation module. |
Remarks
This enumeration is used by the NavigationModule.NavigationModuleType property (Outlook) for the following objects to identify the type of navigation module:
CalendarModule
ContactsModule
JournalModule
MailModule
Module
NotesModule
SolutionsModule
TasksModule
The enumeration is also used by the NavigationModules.GetNavigationModule method (Outlook) to identify the navigation module type of the NavigationModule to retrieve.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.