_SolutionsModule.Visible Property
Returns or sets a Boolean (bool in C#) value that indicates whether the Solutions module is displayed in the Navigation Pane. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Visible As Boolean
Get
Set
'Usage
Dim instance As _SolutionsModule
Dim value As Boolean
value = instance.Visible
instance.Visible = value
[DispIdAttribute()]
bool Visible { get; set; }
Property Value
Type: System.Boolean
Remarks
If there are no solutions under the Solutions module, setting or getting the Visible property raises an error.