EnvelopeVisible Property [Publisher 2003 VBA Language Reference]
Returns or sets a Boolean indicating whether the e-mail message header is visible in the publication window. Read/write.
expression.EnvelopeVisible
expression Required. An expression that returns one of the objects in the Applies To list.
Example
This example displays the e-mail message header for the active publication.
ActiveDocument.EnvelopeVisible = True
Applies to | Document Object