MailMessage Object

Word Developer Reference

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

Remarks

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.

Visual Basic for Applications
  Application.MailMessage.CheckName

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 is not true, an error occurs.

See Also