ChartSheet.MailEnvelope Property (2007 System)
Represents an e-mail header for a document.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property MailEnvelope As MsoEnvelope
'Usage
Dim instance As ChartSheet
Dim value As MsoEnvelope
value = instance.MailEnvelope
[BrowsableAttribute(false)]
public MsoEnvelope MailEnvelope { get; }
[BrowsableAttribute(false)]
public:
property MsoEnvelope^ MailEnvelope {
MsoEnvelope^ get ();
}
public function get MailEnvelope () : MsoEnvelope
Property Value
Type: MsoEnvelope
One of the MsoEnvelope values.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.