Expand Minimize
This topic has not yet been rated - Rate this topic

OlNavigationModuleType Enumeration (Microsoft.Office.Interop.Outlook)

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)
public enum OlNavigationModuleType
 Member nameDescription
olModuleCalendarIdentifies a CalendarModule object that represents the Calendar navigation module. 
olModuleContactsIdentifies a ContactsModule object that represents the Contacts navigation module. 
olModuleFolderListIdentifies a NavigationModule object that represents the Folders List navigation module. 
olModuleJournalIdentifies a JournalModule object that represents the Journal navigation module. 
olModuleMailIdentifies a MailModule object that represents the Mail navigation module. 
olModuleNotesIdentifies a NotesModule object that represents the Notes navigation module. 
olModuleShortcutsIdentifies a NavigationModule object that represents the Shortcuts navigation module. 
olModuleTasksIdentifies a TasksModule object that represents the Tasks navigation module. 

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.