MailMessage Object

Description

Represents the active WordMail message.

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 WordMail message.

Application.MailMessage.CheckName
Remarks

The methods of the MailMessage object require that WordMail be installed and that a WordMail message be 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.