_SolutionsModule.AddSolution(MAPIFolder, OlSolutionScope) Method

Definition

Adds a solution root folder and its subfolders to the SolutionsModule module.

public:
 void AddSolution(Microsoft::Office::Interop::Outlook::MAPIFolder ^ Solution, Microsoft::Office::Interop::Outlook::OlSolutionScope Scope);
public void AddSolution (Microsoft.Office.Interop.Outlook.MAPIFolder Solution, Microsoft.Office.Interop.Outlook.OlSolutionScope Scope);
Public Sub AddSolution (Solution As MAPIFolder, Scope As OlSolutionScope)

Parameters

Solution
MAPIFolder

A Folder object that represents the solution root folder to add to the SolutionsModule.

Scope
OlSolutionScope

An OlSolutionScope enumeration that specifies whether to display the folders that are in the solution only in the Solutions module and the Folder List, or to display them in their respective default modules in the NavigationPane as well.

Remarks

If the AddSolution method succeeds and no solution root folder previously existed under the Solutions module, Microsoft Outlook displays the Solutions module in the Navigation Pane.

You cannot add the following folders to the Solutions module as a solution root folder:

This method also returns an error if the folder that you specify already exists as a root folder or a subfolder in the Solutions module, or if the folder is a parent folder of a folder in the Solutions module.

If the Scope parameter is set to olShowInDefaultModules of the OlSolutionScope enumeration, the solution root and its subfolders are displayed in their respective default modules as well as the Solutions module. If the Scope parameter is set to olHideInDefaultModules, the solution root and its subfolders are displayed in the Solutions module.

Solution folders are always displayed in the Folder List module.

By default, Outlook displays the Solutions module after the Tasks module, provided that the navigation modules are in the default order – Mail, Calendar, Contacts, and Tasks. If the Navigation Pane is expanded, the Solutions module is also initially displayed as an expanded module. If the Tasks module is not displayed, the Solutions module is displayed after the last expanded module in the Navigation Pane.

Applies to