Share via


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

value = instance.NavigationModuleType
OlNavigationModuleType NavigationModuleType { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlNavigationModuleType

Remarks

This property returns olModuleMail for the MailModule object.

See Also

Reference

_MailModule Interface

_MailModule Members

Microsoft.Office.Interop.Outlook Namespace