_Document.MailEnvelope Property
Returns an MsoEnvelope object that represents an e-mail header for a document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property MailEnvelope As MsoEnvelope
Get
'Usage
Dim instance As _Document
Dim value As MsoEnvelope
value = instance.MailEnvelope
MsoEnvelope MailEnvelope { get; }
Property Value
Type: MsoEnvelope