Setting the message ReplyTo address |
To set the ReplyTo header address of an email message assign the ReplyTo property on the EmailMessage instance. If the ReplyTo address contains non US-ASCII character data then see Sending an Email message for languages other than English.
Example
[C#] message.ReplyTo = "jsmith@myserver.com";
[Visual Basic] message.ReplyTo = "jsmith@myserver.com"
See also
Sending an Email message for languages other than English |