Presentation.EnvelopeVisible property (PowerPoint)
Determines whether the email 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 email message header is not visible in the document window. The default. |
msoTrue | The email message header is visible in the document window. |
Example
This example displays the email message header.
ActivePresentation.EnvelopeVisible = msoTrue
See also
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.