EnvelopeVisible Property

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

Applies to | Presentation Object