MailMessage.CheckName Method
Validates the e-mail addresses that appear in the To:, Cc:, and Bcc: lines in the active 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 CheckName
'Usage
Dim instance As MailMessage
instance.CheckName()
void CheckName()
Remarks
If the names cannot be validated, the Check Names dialog box is displayed.