Email.CurrentEmailAuthor Property

Word Developer Reference

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

Syntax

expression.CurrentEmailAuthor

expression   A variable that represents a Email object.

Example

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

Visual Basic for Applications
  MsgBox ActiveDocument.Email _
    .CurrentEmailAuthor.Style.NameLocal

See Also