MailMessage.DisplaySelectNamesDialog Method
Displays the Select Names dialog box, in which the user can add addresses to the To:, Cc:, and Bcc: lines in the active, unsent e-mail message. This method is available only if you are using Microsoft Word as your e-mail editor.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub DisplaySelectNamesDialog
'Usage
Dim instance As MailMessage
instance.DisplaySelectNamesDialog()
void DisplaySelectNamesDialog()