_NavigationModules.GetNavigationModule(OlNavigationModuleType) Method

Definition

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

public:
 Microsoft::Office::Interop::Outlook::NavigationModule ^ GetNavigationModule(Microsoft::Office::Interop::Outlook::OlNavigationModuleType ModuleType);
public Microsoft.Office.Interop.Outlook.NavigationModule GetNavigationModule (Microsoft.Office.Interop.Outlook.OlNavigationModuleType ModuleType);
Public Function GetNavigationModule (ModuleType As OlNavigationModuleType) As NavigationModule

Parameters

ModuleType
OlNavigationModuleType

The type of navigation module to be retrieved.

Returns

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

Applies to