title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Presentation.EnvelopeVisible property (PowerPoint) |
vbapp10.chm583057 |
|
|
e2a58d05-df9b-0fc6-a1d4-3349b7efa111 |
06/08/2017 |
medium |
Determines whether the email message header is visible in the document window. Read/write.
expression. EnvelopeVisible
expression A variable that represents an Presentation object.
MsoTriState
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. |
This example displays the email message header.
ActivePresentation.EnvelopeVisible = msoTrue
[!includeSupport and feedback]