You can specify a Reply To address in an SMTP message by adding the Reply-To header with an address in the format:

“Display Name” <actualaddress@site.com&gt;

Use .Headers.Add(”Reply-To”, addressinformation) to add the correct header.