Email.CurrentEmailAuthor property (Word)

Returns an EmailAuthor object that represents the author of the current email 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 email author.

MsgBox ActiveDocument.Email _ 
 .CurrentEmailAuthor.Style.NameLocal

See also

Email Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.