Email Interface 

Represents an e-mail message.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class mailImplementation
    Implements Email
End Class
Dim mailImplementation1 As New mailImplementation()

Syntax

Public Interface Email
public interface Email
public interface class Email
public interface Email
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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

Email Members