DisplaySelectNamesDialog Method

Applies To

MailMessage object.

Description

Displays the Select Names dialog box, in which the user can add addresses to the To:, Cc:, and Bcc: lines in the active, unsent WordMail message. This method is available only if WordMail is installed.

Syntax

expression.DisplaySelectNamesDialog

expression Required. An expression that returns a MailMessage object.

See Also

CheckName method, DisplayProperties method.

Example

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

Application.MailMessage.DisplaySelectNamesDialog