Read Receipt – ASP.NET 2.0 Email.

Hi Friends, you must be sending emails through ASP.NET 2.0 built in classes. But do you know, you can have its read receipt besides setting its priority and Reply To. Hmmm lemme tell you how …

 

First of all you must have MailMessage object. Through that you have to set its header. Here it is how .

Dim oMailMessage As New MailMessage(fromEmail, toEmail)
oMailMessage.Headers.Add("Disposition-Notification-To", sendReadReceiptEmail)

where, Disposition-Notification-To is a header.

3 Comments »

  1. Vasuu said

    this one will work for outlook or it will work for gmail, yahoo also

  2. rashmi said

    no i wont work for yahoo or gmail

  3. rashmi said

    no it wont work for yahoo or gmail

RSS feed for comments on this post · TrackBack URI

Leave a Comment