Document.EnvelopeVisible property (Publisher)

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

Syntax

expression.EnvelopeVisible

expression A variable that represents a Document object.

Return value

Boolean

Example

This example displays the email message header for the active publication.

ActiveDocument.EnvelopeVisible = True

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.