title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
NavigationFolders.Add method (Outlook) |
vbaol11.chm2897 |
|
|
f88fd69a-8684-bfc4-bc20-1cff5c44974e |
06/08/2017 |
medium |
Adds the specified Folder, as a NavigationFolder object, to the end of the NavigationFolders collection.
expression.Add (Folder)
expression A variable that represents a NavigationFolders object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Folder | Required | Folder | The folder to add. |
A NavigationFolder object that represents the new navigation folder.
A folder can only appear in one navigation group. When adding a Folder object to a new navigation group, any references to that Folder are removed from any other navigation group of which it was previously a member.
[!includeSupport and feedback]