EmailAuthor Interface 

Represents the author of an e-mail message.

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

Usage

Public Class mailAuthorImplementation
    Implements EmailAuthor
End Class
Dim mailAuthorImplementation1 As New mailAuthorImplementation()

Syntax

Public Interface EmailAuthor
public interface EmailAuthor
public interface class EmailAuthor
public interface EmailAuthor
public interface EmailAuthor

Remarks

There is no EmailAuthors collection; each Email object contains only one EmailAuthor object.

Use the CurrentEmailAuthor property to return the EmailAuthor object. The EmailAuthor 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

EmailAuthor Members