Click here to Skip to main content
15,885,067 members
Please Sign up or sign in to vote.
1.50/5 (2 votes)
See more:
want full code to return confirm mail..
Posted
Comments
koolprasad2003 24-Jan-12 2:44am    
Please elaborate

What have you found out so far?

To send an email you can use SmtpClient Class[^].
But to get confirmation that you email has arrived at the reception, you have to ask the mail server to send you a reply email.

See MailMessage.DeliveryNotificationOptions Property[^]
 
Share this answer
 
There is a generic routine to send email here: Sending an Email in C# with or without attachments: generic routine.[^] All you have to do is set the appropriate DeliveryNotificationOptions [^]property: DeliveryNotificationOptions Enumeration[^]
 
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