Window.EnvelopeVisible property (Word)

True if the email 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 email message.

Example

This example displays the email message header.

ActiveWindow.EnvelopeVisible = True

See also

Window Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.