Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
How can I request Delivery Status Notification in SMTP
and how can I parse it?
I,m using this as
C#
mailmessage.DeliveryNotificationOptions = DeliveryNotificationOptions.OnSuccess;

Mailing is success,but I'm not getting any delivery status.

Can anyone identify the reason ?

By using
C#
message.Headers.Add("Disposition-Notification-To", "emailid");

The read receipt is received,
Could I set the content of the read receipt in the original message?

Thanks in advance for any help...!!!
Posted
Updated 8-Jan-12 1:11am
v5

1 solution

By searching like this[^].
 
Share this answer
 
Comments
lamer lamer 20-Nov-14 22:41pm    
i also have the same problem, can anyone help ?? :(

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