Getting Email Read Notification
-
Could someone tell me how I can get notification of if/when an Email I have sent from my program is opened by the receiver. I beleive I need to include some picture or image, but how do I know when it is accessed. I develop in VB.NET Thank you in advance PesarTala Inc
-
Could someone tell me how I can get notification of if/when an Email I have sent from my program is opened by the receiver. I beleive I need to include some picture or image, but how do I know when it is accessed. I develop in VB.NET Thank you in advance PesarTala Inc
Using System.Net.Mail? Then use this: mail.Headers.Add("Disposition-Notification-To", "") Keep in mind that this merely requests notification, I doesn't guarantee it. -- modified at 9:55 Wednesday 12th July, 2006
-
Using System.Net.Mail? Then use this: mail.Headers.Add("Disposition-Notification-To", "") Keep in mind that this merely requests notification, I doesn't guarantee it. -- modified at 9:55 Wednesday 12th July, 2006
True. But webmail clients may not support it to prevent spammers from harvesting email addresses. Outlook warns users before sending the read receipt. Vasudevan Deepak Kumar Personal Homepage namespace LavanyaDeepak
Personal Weblog
The World of Deepak and Lavanya
Views and Reviews