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)

Syntax

'Declaration
<GuidAttribute("000209D7-0000-0000-C000-000000000046")> _
Public Interface EmailAuthor
'Usage
Dim instance As EmailAuthor
[GuidAttribute("000209D7-0000-0000-C000-000000000046")]
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.

See Also

Reference

EmailAuthor Members

Microsoft.Office.Interop.Word Namespace