OlNavigationModuleType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the navigation module type of a NavigationModule object.
public enum class OlNavigationModuleType
public enum OlNavigationModuleType
Public Enum OlNavigationModuleType
- Inheritance
-
OlNavigationModuleType
Fields
Name | Value | Description |
---|---|---|
olModuleMail | 0 | Identifies a MailModule object that represents the Mail navigation module. |
olModuleCalendar | 1 | Identifies a CalendarModule object that represents the Calendar navigation module. |
olModuleContacts | 2 | Identifies a ContactsModule object that represents the Contacts navigation module. |
olModuleTasks | 3 | Identifies a TasksModule object that represents the Tasks navigation module. |
olModuleJournal | 4 | Identifies a JournalModule object that represents the Journal navigation module. |
olModuleNotes | 5 | Identifies a NotesModule object that represents the Notes navigation module. |
olModuleFolderList | 6 | Identifies a NavigationModule object that represents the Folders List navigation module. |
olModuleShortcuts | 7 | Identifies a NavigationModule object that represents the Shortcuts navigation module. |
olModuleSolutions | 8 | A SolutionsModule object that represents the Solutions navigation module. |
Remarks
This enumeration is used by the NavigationModuleType property for the following objects to identify the type of navigation module:
The enumeration is also used by the GetNavigationModule(OlNavigationModuleType) method of the NavigationModules collection to identify the navigation module type of the NavigationModule to be retrieved by that method.