_SolutionsModule.NavigationModuleType Property

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property NavigationModuleType As OlNavigationModuleType
    Get
'Usage
Dim instance As _SolutionsModule
Dim value As OlNavigationModuleType

value = instance.NavigationModuleType
[DispIdAttribute()]
OlNavigationModuleType NavigationModuleType { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlNavigationModuleType

Remarks

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

See Also

Reference

_SolutionsModule Interface

_SolutionsModule Members

Microsoft.Office.Interop.Outlook Namespace