Email Property

Microsoft Word Visual Basic

Returns an Email object that contains all the e-mail – related properties of the current document. Read-only.

Example

This example returns the name of the style associated with the current e-mail author.

MsgBox ActiveDocument.Email _
    .CurrentEmailAuthor.Style.NameLocal