Creating a read receipt using the MailMessage class?

W

Wade Wegner

Hello,

Using the MailMessage class (or any other ASP.NET SMTP classes), I would
like to programmatically request a read receipt. Is this possible?

I have found an article that talked about a ReadReceipt property for CDO
1.2.1, but I have not been able to find a ASP.NET or MailMessage article
that specifically deals with this issue. Additionally, it appears that
utilizing an Outlook object this is also possible, but this system will not
be utilizing Outlook, just creating an email that is sent via Exchange 2000.

Any ideas or suggests are very much appreciated!

Thanks,

Wade
 
R

Rick Spiewak

smtpMessage.Headers.Add("Disposition-Notification-To",
"(e-mail address removed)")

smtpMessage.Headers.Add("Return-Receipt-To","(e-mail address removed)")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top