set reply to in MailMessage

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi al

I am now using MailMessage class to encapsulate a mail message
I would like to know, would it be possible to set the "reply to" address as (e-mail address removed), while the receiver will see (e-mail address removed) in the email

Is it possible to set the "From" address different from a "Reply to " address

Thanks a lot
 
MyMailMessage.Headers.Add("Reply-To", "(e-mail address removed)")

--
____________________
Klaus H. Probst, MVP
http://www.vbbox.com/



WEIWEIWEI said:
Hi all

I am now using MailMessage class to encapsulate a mail message.
I would like to know, would it be possible to set the "reply to" address
as (e-mail address removed), while the receiver will see (e-mail address removed) in the email?
 
Back
Top