MailMessage Object

Application
MailMessage

Represents the active email message if you are using Word as your e-mail editor.

Using the MailMessage Object

Use the MailMessage property to return the MailMessage object. The following example validates the e-mail addresses that appear in the active e-mail message.

Application.MailMessage.CheckName

Remarks

The methods of the MailMessage object require that you are using Word as your e-mail editor and that an e-mail message is active. If either of these conditions isn't true, an error occurs.

Properties | Application Property | Creator Property | Parent Property

Methods | CheckName Method | Delete Method | DisplayMoveDialog Method | DisplayProperties Method | DisplaySelectNamesDialog Method | Forward Method | GoToNext Method | GoToPrevious Method | Reply Method | ReplyAll Method | ToggleHeader Method

Parent Objects | Application Object

Child Objects