_Workbook.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 composition header and the envelope toolbar are both visible. Read/write Boolean.
public:
property bool EnvelopeVisible { bool get(); void set(bool value); };
public bool EnvelopeVisible { get; set; }
Public Property EnvelopeVisible As Boolean