Window.EnvelopeVisible Property (Word)
True if the e-mail message header is visible in the document window. The default value is False. Read/write Boolean.
Syntax
expression .EnvelopeVisible
expression A variable that represents a Window object.
Remarks
This property has no effect if the document isn't an e-mail message.
Example
This example displays the e-mail message header.
ActiveWindow.EnvelopeVisible = True