MailMessage Property
Returns a MailMessage 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
Applies to | Application Object
See Also | MAPIAvailable Property