Document.Email property (Word)
Returns an Email object that contains all the email-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 email author.
MsgBox ActiveDocument.Email _
.CurrentEmailAuthor.Style.NameLocal
See also
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.