_SolutionsModule.NavigationModuleType Property

Definition

Returns an OlNavigationModuleType constant that represents the navigation module type for the SolutionsModule 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

For the SolutionsModule object, this property returns the value olModuleSolutions.

Applies to