_Worksheet.MailEnvelope Property
Represents an e-mail header for a document.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property MailEnvelope As MsoEnvelope
Get
'Usage
Dim instance As _Worksheet
Dim value As MsoEnvelope
value = instance.MailEnvelope
MsoEnvelope MailEnvelope { get; }
Property Value
Type: Microsoft.Office.Core.MsoEnvelope