In Outlook (or Outlook Express) you can specify a reply-to email address that is different than the from address. When you send an email and somebody replies to that email the reply goes to the Reply-To address rather than the from address.
I need to emulate this functionality in my application but do not see a "ReplyTo" property or something similar. Please let me know if there is a way to accomplish this.
Thanks,
Roy
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In Outlook (or Outlook Express) you can specify a reply-to email address that is different than the from address. When you send an email and somebody replies to that email the reply goes to the Reply-To address rather than the from address.
I need to emulate this functionality in my application but do not see a "ReplyTo" property or something similar. Please let me know if there is a way to accomplish this.
Thanks,
Roy
Hi-
Yes, you can add any header (user-definedto an EmailMessage using AddCustomHeader(<headername>, <value>).
Cheers!
-Mike