Click here to Skip to main content
15,899,754 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an email in inbox of gmail. i want to read that particular email from my .net application and copy that email in a text file. how to do this task.
Posted
Updated 27-Apr-12 21:32pm
v2

1 solution

 
Share this answer
 
Comments
soujanyarajani 28-Apr-12 5:21am    
the code is not working. it gives an error that
The name 'ServerProtocol' does not exist in the current context
The type or namespace name 'MailClient' could not be found (are you missing a using directive or an assembly reference?
Sandeep Mewara 28-Apr-12 5:45am    
using System.Net.Mail;

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