EnvelopeVisible Property

Microsoft Word Visual Basic

EnvelopeVisible Property

       

True if the e-mail message header is visible in the document window. The default value is False. This property has no effect if the document isn't an e-mail message. Read/write Boolean.

Example

This example displays the e-mail message header.

ActiveWindow.EnvelopeVisible = True