Presentation.EnvelopeVisible Property

PowerPoint Developer Reference

Determines whether the e-mail message header is visible in the document window. Read/write.

Syntax

expression.EnvelopeVisible

expression   A variable that represents an Presentation object.

Return Value
MsoTriState

Remarks

The value of the EnvelopeVisible property can be one of these MsoTriState constants.

Constant Description
msoFalse The e-mail message header is not visible in the document window. The default.
msoTrue The e-mail message header is visible in the document window.

Example

This example displays the e-mail message header.

Visual Basic for Applications
  ActivePresentation.EnvelopeVisible = msoTrue

See Also