CurrentEmailAuthor Property

Returns an EmailAuthor object that represents the author of the current e-mail message. Read-only.

Example

This example returns the name of the style associated with the current e-mail author.

MsgBox ActiveDocument.Email _
    .CurrentEmailAuthor.Style.NameLocal

Applies to | Email Object

See Also | EmailOptions Property | EmailSignature Property