_JournalModule.NavigationModuleType Property

Definition

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

public:
 property Microsoft::Office::Interop::Outlook::OlNavigationModuleType NavigationModuleType { Microsoft::Office::Interop::Outlook::OlNavigationModuleType get(); };
public Microsoft.Office.Interop.Outlook.OlNavigationModuleType NavigationModuleType { get; }
Public ReadOnly Property NavigationModuleType As OlNavigationModuleType

Property Value

Remarks

This property returns olModuleJournal for the JournalModule object.

Applies to