Class Email (Word VBA)
The class Email represents an email message. To use a Email class variable it first needs to be instantiated, for example
Dim eml as Email
Set eml = ActiveDocument.Email
CurrentEmailAuthor
Returns an EmailAuthor object that represents the author of the current email message.
MsgBox ActiveDocument.Email _
.CurrentEmailAuthor.Style.NameLocal