Share via


_ContactsModule.NavigationModuleType Property

Returns an OlNavigationModuleType constant that represents the navigation module type for the 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 _ContactsModule
Dim value As OlNavigationModuleType

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

Property Value

Type: Microsoft.Office.Interop.Outlook.OlNavigationModuleType

Remarks

This property returns olModuleContacts for the ContactsModule object.

See Also

Reference

_ContactsModule Interface

_ContactsModule Members

Microsoft.Office.Interop.Outlook Namespace