EmailAuthor Interface

Definition

Represents the author of an e-mail message.

public interface class EmailAuthor
[System.Runtime.InteropServices.Guid("000209D7-0000-0000-C000-000000000046")]
public interface EmailAuthor
type EmailAuthor = interface
Public Interface EmailAuthor
Attributes

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.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Creator

Gets a 32-bit integer that indicates the application in which the specified object was created.

Parent

Returns an object that represents the parent object of the specified object.

Style

Returns a Style object that represents the style associated with the current e-mail author for unsent replies, forwards, or new e-mail messages.

Applies to