Workbook.EnvelopeVisible Property

Definition

Gets or sets a value that indicates whether the e-mail composition header and the envelope toolbar are both visible.

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

true if the e-mail composition header and the envelope toolbar are both visible; otherwise, false.

Applies to