NavigationModule object (Outlook)

Represents a navigation module in the navigation pane.

Remarks

The NavigationModule object provides access to the various navigation modules that are displayed in the Microsoft Outlook Navigation Pane. The following objects are derived from the NavigationModule object:

Use the GetNavigationModule method or the Item method of the NavigationModules collection for the parent NavigationPane object to retrieve a NavigationModule object, then use the NavigationModuleType property of the NavigationModule object to retrieve the module type. Depending on the value of the NavigationModuleType property, you can then cast the NavigationModule object reference as one of the objects listed in the previous paragraph to access the NavigationGroups property for that object, such as a CalendarModule object.

The Shortcuts and Folder List navigation modules don't have a corresponding object, such as MailModule, because they don't support programmatic access to navigation groups or navigation folders. Use the NavigationModule object to access the properties of the Shortcuts and Folder List modules.

Use the Visible property to determine whether the navigation module is visible, and use the Position property to return or set the display position of the navigation module within the navigation pane. You can also use the Name property to return the display name of the navigation module in the navigation pane.

Properties

Name
Application
Class
Name
NavigationModuleType
Parent
Position
Session
Visible

See also

Outlook Object Model Reference

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.