Document.EnvelopeVisible Property

Publisher Developer Reference

Returns or sets a Boolean indicating whether the e-mail message header is visible in the publication window. Read/write.

Syntax

expression.EnvelopeVisible

expression   A variable that represents an Document object.

Return Value
Boolean

Example

This example displays the e-mail message header for the active publication.

Visual Basic for Applications
  ActiveDocument.EnvelopeVisible = True

See Also