Hi,
I have created an email with custom headers using the SMTP.EmailMessage class in C# language...The email is sent and I have the custom headers in the mail....If I reply or forward that mail, these headers are replaced by new headers by mail servers...can I do something like, forwarding the mail with all the headers ,so I will have that custom headers in all the forwarded mails...
Loading
Kirtan PatelPosted Oct 24, 2009, 6:57 AM
Amit ChoudharyPosted Oct 24, 2009, 6:52 AM
Get the previous header in a string and while adding new header merge the previous one if you are doing it programetically.