Window.EnvelopeVisible Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if the e-mail message header is visible in the document window. The default value is False.
public:
property bool EnvelopeVisible { bool get(); void set(bool value); };
public bool EnvelopeVisible { get; set; }
member this.EnvelopeVisible : bool with get, set
Public Property EnvelopeVisible As Boolean
Property Value
Remarks
This property has no effect if the document isn't an e-mail message.