Partager via


Presentation.EnvelopeVisible Property (PowerPoint)

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.

ActivePresentation.EnvelopeVisible = msoTrue

See Also

Concepts

Presentation Object Members

Presentation Object