_NavigationModules.GetNavigationModule(OlNavigationModuleType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.