Setting the message ReplyTo address

Top  Previous  Next

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





Home | Company | Products | Solutions | Purchase | Support | Services | Blog

© 2021 JSCAPE LLC