Application.MailMessage Property (Word)
Returns a MailMessage object that represents the active e-mail message.
Syntax
expression .MailMessage
expression An expression that returns an Application object.
Example
This example displays the Select Names dialog box for the active e-mail message.
Application.MailMessage.DisplaySelectNamesDialog