EmailAuthor object (Word)
Represents the author of an email message.
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 email message.
This example returns the style associated with the current author for unsent replies, forwards, or new email messages, and displays the name of the font associated with this style.
Set MyEmailStyle = _
ActiveDocument.Email.CurrentEmailAuthor.Style
Msgbox MyEmailStyle.Font.Name
Note
There is no EmailAuthors collection; each Email object contains only one EmailAuthor object.
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.