Application.MailMessage property (Word)

Returns a MailMessage object that represents the active email message.

Syntax

expression. MailMessage

expression An expression that returns an Application object.

Example

This example displays the Select Names dialog box for the active email message.

Application.MailMessage.DisplaySelectNamesDialog

See also

Application Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.