Share via


_CalendarModule.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 _CalendarModule
Dim value As OlNavigationModuleType

value = instance.NavigationModuleType
OlNavigationModuleType NavigationModuleType { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlNavigationModuleType

Remarks

This property returns olModuleCalendar for the CalendarModule object.

See Also

Reference

_CalendarModule Interface

_CalendarModule Members

Microsoft.Office.Interop.Outlook Namespace