OlNavigationModuleType Enumeration
Identifies the navigation module type of a NavigationModule object.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlNavigationModuleType
'Usage
Dim instance As OlNavigationModuleType
public enum OlNavigationModuleType
Members
Member name | Description | |
---|---|---|
olModuleMail | Identifies a MailModule object that represents the Mail navigation module. | |
olModuleCalendar | Identifies a CalendarModule object that represents the Calendar navigation module. | |
olModuleContacts | Identifies a ContactsModule object that represents the Contacts navigation module. | |
olModuleTasks | Identifies a TasksModule object that represents the Tasks navigation module. | |
olModuleJournal | Identifies a JournalModule object that represents the Journal navigation module. | |
olModuleNotes | Identifies a NotesModule object that represents the Notes navigation module. | |
olModuleFolderList | Identifies a NavigationModule object that represents the Folders List navigation module. | |
olModuleShortcuts | Identifies a NavigationModule object that represents the Shortcuts navigation module. | |
olModuleSolutions | 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:
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.