_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

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace