_CalendarModule.Visible Property
Returns or sets a Boolean value (bool in C#) that determines whether the CalendarModule object 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
Property Visible As Boolean
Get
Set
'Usage
Dim instance As _CalendarModule
Dim value As Boolean
value = instance.Visible
instance.Visible = value
bool Visible { get; set; }
Property Value
Type: System.Boolean