Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 2.61 KB

Outlook.NavigationFolders.md

File metadata and controls

57 lines (35 loc) · 2.61 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
NavigationFolders object (Outlook)
vbaol11.chm3200
vbaol11.chm3200
Outlook.NavigationFolders
ecff93b8-0c3f-5f31-5b61-c46d2622d2af
06/08/2017
medium

NavigationFolders object (Outlook)

Contains a set of NavigationFolder objects that represent the navigation folders associated with a navigation group.

Remarks

Use the NavigationFolders property of the NavigationGroup object to return a NavigationFolders object.

Use the Add method to create a new NavigationFolder object based on an existing Folder object and add it to the collection. Use the Item method to return an existing NavigationFolder object contained by the NavigationFolders collection. Use the Remove method from the NavigationFolders collection of the parent NavigationGroup object.

Use the NavigationFolderAdd and NavigationFolderRemove events to detect when a navigation folder is added or removed, respectively, from the NavigationFolders object. Use the SelectedChange event to detect changes in selection state for navigation folders contained in the NavigationFolders object that are based on calendar folders.

Note that if you delete a Folder using Folder.Delete, the deletion will be reflected automatically in the navigation pane and in the NavigationFolders collection, but because the synchronization between the actual folders and the navigation pane happens asynchronously, this will take a few milliseconds to complete.

Methods

Name
Add
Item
Remove

Properties

Name
Application
Class
Count
Parent
Session

See also

Outlook Object Model Reference

[!includeSupport and feedback]