Share via


OlNavigationModuleType Enumeration

Outlook Developer Reference

Identifies the navigation module type of a NavigationModule object.

Version Information
 Version Added:  Outlook 2007

Requirements

Name Value Description
olModuleCalendar 1 Identifies a CalendarModule object that represents the Calendar navigation module.
olModuleContacts 2 Identifies a ContactsModule object that represents the Contacts navigation module.
olModuleFolderList 6 Identifies a NavigationModule object that represents the Folders List navigation module.
olModuleJournal 4 Identifies a JournalModule object that represents the Journal navigation module.
olModuleMail 0 Identifies a MailModule object that represents the Mail navigation module.
olModuleNotes 5 Identifies a NotesModule object that represents the Notes navigation module.
olModuleShortcuts 7 Identifies a NavigationModule object that represents the Shortcuts navigation module.
olModuleTasks 3 Identifies a TasksModule object that represents the Tasks navigation module.

Remarks

This enumeration is used by the NavigationModuleType property for the following objects to identify the type of navigation module:

  • CalendarModule
  • ContactsModule
  • JournalModule
  • MailModule
  • Module
  • NotesModule
  • TasksModule

The enumeration is also used by the GetNavigationModule method of the NavigationModules collection to identify the navigation module type of the NavigationModule to be retrieved by that method.