MailMessage.DisplaySelectNamesDialog method (Word)

Displays the Select Names dialog box, in which the user can add addresses to the To, Cc, and Bcc lines in the active, unsent email message.

Syntax

expression. DisplaySelectNamesDialog

expression Required. A variable that represents a 'MailMessage' object.

Remarks

This method is available only if you are using Word as your email editor.

Example

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

Application.MailMessage.DisplaySelectNamesDialog

See also

MailMessage Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.