MailMessage.CheckName Method

Definition

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.

public:
 void CheckName();
public void CheckName ();
abstract member CheckName : unit -> unit
Public Sub CheckName ()

Remarks

If the names cannot be validated, the Check Names dialog box is displayed.

Applies to