Window.EnvelopeVisible Property
True if the e-mail message header is visible in the document window. The default value is False.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property EnvelopeVisible As Boolean
Get
Set
'Usage
Dim instance As Window
Dim value As Boolean
value = instance.EnvelopeVisible
instance.EnvelopeVisible = value
bool EnvelopeVisible { get; set; }
Property Value
Type: System.Boolean
Remarks
This property has no effect if the document isn't an e-mail message.