Application.MailMessage Property

Word Developer Reference

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.

Visual Basic for Applications
  Application.MailMessage.DisplaySelectNamesDialog

See Also