OlSolutionScope Enumeration
Specifies whether the solution root and its subfolders are shown in their default modules.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlSolutionScope
'Usage
Dim instance As OlSolutionScope
public enum OlSolutionScope
Members
Member name | Description | |
---|---|---|
olHideInDefaultModules | The solution root and its subfolders are displayed in the Solutions module and the Folder List. | |
olShowInDefaultModules | The solution root and its subfolders are displayed in the Solutions module and the Folder List, as well as in their respective default modules. |