NavigationModules.GetNavigationModule Method

Outlook Developer Reference

Retrieves a NavigationModule object with the specified navigation module type from the Navigation Pane.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.GetNavigationModule(ModuleType)

expression   An expression that returns a NavigationModules object.

Parameters

Name Required/Optional Data Type Description
ModuleType Required OlNavigationModuleType The type of navigation module to be retrieved.

Return Value
A NavigationModule object that represents the navigation module with the specified navigation module type.

See Also