_ContactsModule.Visible Property

Returns or sets a Boolean value (bool in C#) that determines whether the ContactsModule 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 _ContactsModule
Dim value As Boolean

value = instance.Visible

instance.Visible = value
bool Visible { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

_ContactsModule Interface

_ContactsModule Members

Microsoft.Office.Interop.Outlook Namespace