Compartilhar via


Window.EnvelopeVisible Property

Word Developer Reference

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.

Visual Basic for Applications
  ActiveWindow.EnvelopeVisible = True

See Also