Skip to content

Files

Latest commit

 

History

History
57 lines (32 loc) · 1.14 KB

PowerPoint.Presentation.EnvelopeVisible.md

File metadata and controls

57 lines (32 loc) · 1.14 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Presentation.EnvelopeVisible property (PowerPoint)
vbapp10.chm583057
vbapp10.chm583057
PowerPoint.Presentation.EnvelopeVisible
e2a58d05-df9b-0fc6-a1d4-3349b7efa111
06/08/2017
medium

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

Presentation Object

[!includeSupport and feedback]