MailMessage Property

Microsoft Word Visual Basic

object that represents the active e-mail message.

expression.MailMessage

expression    Required. 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