_NavigationModule.NavigationModuleType Property

Definition

Returns an OlNavigationModuleType constant that represents the navigation module type for the object. Read-only.

public:
 property Microsoft::Office::Interop::Outlook::OlNavigationModuleType NavigationModuleType { Microsoft::Office::Interop::Outlook::OlNavigationModuleType get(); };
public Microsoft.Office.Interop.Outlook.OlNavigationModuleType NavigationModuleType { get; }
Public ReadOnly Property NavigationModuleType As OlNavigationModuleType

Property Value

Remarks

This property is typically used when casting a NavigationModule object to one of the following objects in order to access the NavigationGroups property:

Applies to