Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 829 Bytes

Word.Document.Email.md

File metadata and controls

42 lines (25 loc) · 829 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Document.Email property (Word)
vbawd10.chm158007615
vbawd10.chm158007615
Word.Document.Email
dd4f6a41-3ee6-c1bf-3a2c-e00a342e0009
06/08/2017
medium

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

Document Object

[!includeSupport and feedback]