OlNavigationModuleType Enum

Definition

Identifies the navigation module type of a NavigationModule object.

public enum class OlNavigationModuleType
public enum OlNavigationModuleType
Public Enum OlNavigationModuleType
Inheritance
OlNavigationModuleType

Fields

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.

olModuleSolutions 8

A SolutionsModule object that represents the Solutions 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:

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.

Applies to