Share via


_JournalModule.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
ReadOnly Property NavigationModuleType As OlNavigationModuleType
    Get
'Usage
Dim instance As _JournalModule
Dim value As OlNavigationModuleType

value = instance.NavigationModuleType
OlNavigationModuleType NavigationModuleType { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlNavigationModuleType

Remarks

This property returns olModuleJournal for the JournalModule object.

See Also

Reference

_JournalModule Interface

_JournalModule Members

Microsoft.Office.Interop.Outlook Namespace