OlNavigationModuleType Enumeration
Identifies the navigation module type of a NavigationModule object.
Version Information
Version Added: Outlook 2007
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.