Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 2.39 KB

Outlook.JournalModule.md

File metadata and controls

47 lines (31 loc) · 2.39 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
JournalModule object (Outlook)
vbaol11.chm3197
vbaol11.chm3197
Outlook.JournalModule
5a696d10-8a10-c01d-cf65-f8a65718f120
06/08/2017
medium

JournalModule object (Outlook)

Represents the Journal navigation module in the navigation pane of an explorer.

Remarks

The JournalModule object, derived from the NavigationModule object, provides access to the navigation groups contained in the Journal navigation module of the navigation pane for an explorer. Use the GetNavigationModule method or the Item method of the Modules collection for the parent NavigationPane object to retrieve a NavigationModule object, then use the NavigationModuleType property of the NavigationModule object to retrieve the module type. If the NavigationModuleType property is set to olModuleJournal, you can then cast the NavigationModule object reference as a JournalModule object to access the NavigationGroups property for that navigation module.

Use the Visible property to determine if the navigation module is visible and the Position property to return or set the display position of the navigation module within the navigation pane. Use the Name property to return the display name of the Journal navigation module within the navigation pane.

Properties

Name
Application
Class
Name
NavigationGroups
NavigationModuleType
Parent
Position
Session
Visible

See also

Outlook Object Model Reference

[!includeSupport and feedback]