EnvelopeVisible Property

Microsoft PowerPoint Visual Basic

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

MsoTriState can be one of these MsoTriState constants.
msoCTrue
msoFalse Default.
msoTriStateMixed
msoTriStateToggle
msoTrue The e-mail message header is visible in the document window.

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.

ActivePresentation.EnvelopeVisible = msoTrue