_Document.Email Property
Returns an Email object that contains all the e-mail – related properties of the current document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Email As Email
Get
'Usage
Dim instance As _Document
Dim value As Email
value = instance.Email
Email Email { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Email