Adding Read Receipt to outgoing mail

O

okaminer

Hi
Does any one know how to add "Read Receipt" to a mail using either C#
or VB.NET
 
A

Alex Feinman [MVP]

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

okaminer

Thanks a lot

what does the (e-mail address removed) stands for: Is it the person who receive
the receipt after the recipient read the mail?

and one more question:
Can I ask where did you find this
Or where can I see all the Other Message Headers posibilities

again thanks for the quick response
 

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

Top