Click here to Skip to main content
15,993,109 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
How could I know that whether the sent mail is opened or not.
I want to count the recipients who opened my mails.
Help me.

Thanks
Posted
Comments
Rajesh Anuhya 31-Jan-11 4:38am    
Your Question is not at all clear.,
Ankur\m/ 31-Jan-11 4:56am    
I don't think that's possible.
Richard MacCutchan 31-Jan-11 4:58am    
You can set the flag that asks for a read receipt when the mail is opened. However users can override the request.
Sandeep Mewara 31-Jan-11 5:34am    
You should have posted it as an answer! :)
Can you please? Or else I will in some time ;)
Richard MacCutchan 31-Jan-11 9:33am    
You're right Sandeep, thanks for adding it to the answer list.

1 solution

As Richard said above, you can set the flag to get information about it but it is dependant on the user.

Following links should help you out to set the flag:
Tracking Email Reads using ASP.NET [^]
Forcing Email Read-Receipts[^]
How do I request a read receipt[^]
Sending Email in ASP.NET 2.0: Reply-To, Priority, and Read Receipts[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900