Email Interface

Represents an e-mail message.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("000209DD-0000-0000-C000-000000000046")> _
Public Interface Email
'Usage
Dim instance As Email
[GuidAttribute("000209DD-0000-0000-C000-000000000046")]
public interface Email

Remarks

There is no Emails collection; each Document object contains only one Email object.

Use the Email property to return the Email object. The Email object and its properties are valid only if the active document is an unsent forward, reply, or new e-mail message.

See Also

Reference

Email Members

Microsoft.Office.Interop.Word Namespace