_MailModule.Visible Property

Returns or sets a Boolean (bool in C#) value that determines whether the MailModule 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
<DispIdAttribute()> _
Property Visible As Boolean
    Get
    Set
'Usage
Dim instance As _MailModule
Dim value As Boolean

value = instance.Visible

instance.Visible = value
[DispIdAttribute()]
bool Visible { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

_MailModule Interface

_MailModule Members

Microsoft.Office.Interop.Outlook Namespace