2
Answers

Get Read E-Mail notification

Hi,

I am creating an windows application in c# for sending E-mails, all functions are working correct but I have seen some E-Mails that notifies the sender that your E-mail has been opened/read by the recipient.

 How can I do it in c# to get notified of the mail read.
 
Thanks in advance 
Answers (2)
0
Bikesh Srivastava

Bikesh Srivastava

NA 19.8k 835.1k 8y
I think you want once anybody have read email ,you will find notification.
I think you need to send a link with a mail to confirm,
otherwise its not possible ,because its not allow from gmail. 
0
vijay anand

vijay anand

NA 6 1 8y
There is no direct way to get the Mail read status from outside of the email box. However, there is a hack for this and refer the below link for more details.
 
http://stackoverflow.com/a/22492911/281321