Document.Email Property (Word)
Returns an Email object that contains all the e-mail–related properties of the current document. Read-only.
Syntax
expression .Email
expression A variable that represents a Document object.
Example
This example returns the name of the style associated with the current e-mail author.
MsgBox ActiveDocument.Email _
.CurrentEmailAuthor.Style.NameLocal