Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need a sample to read unread emails from gmail account order by latest mails
Posted
Updated 16-Apr-13 22:30pm
v3

got through this code project article for help..
Read Gmail Inbox Message in ASP.NET[^]
 
Share this answer
 
Comments
siva575 17-Apr-13 4:15am    
thanks for this..... but i need only unread messages
Pallavi Waikar 17-Apr-13 5:59am    
ok...then try http://www.codeproject.com/Articles/18008/Simple-POP3-Email-Class
and http://www.c-sharpcorner.com/UploadFile/99bb20/getting-gmail-unread-email-through-atom-feed-in-Asp-Net/
I used OpenPop.Net. It is an open source implementation of Pop3 client. Check out this[^] link for example usage and download.
 
Share this answer
 
You should try using POP3 Email Client with full MIME Support[^].
To do this you should should know the basics of Post Office Protocol[^].

Refer the similar articles below:
Fetch and read email messages with attachments from GMAIL POP3 mail server in ASP.Net[^]
ASP.net Read Email[^]


Hope it helps!
--Amit
 
Share this answer
 
v2

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