Click here to Skip to main content
15,904,416 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to read Mails from particular dates. Please Help me.

I referred to the article below. How can I get the emails between particular dates?
Read Gmail Inbox Message in ASP.NET[^]
Posted
Updated 20-Sep-11 22:10pm
v2
Comments
Nickos_me 21-Sep-11 3:59am    
Need more information anout your problem.
Prerak Patel 21-Sep-11 4:10am    
Rephrased question.

You can post your questions in the comments of that article so the author would be able to reply.
 
Share this answer
 
v2
Hi,

Read this link[^]
and implement your code something like...

get all messages count<br />
<br />
start loop to all messages one by one<br />
   get header of indexed mail and check your date criteria<br />
   if matched <br />
     //write your code what to do<br />
   end if<br />
end loop<br />
 
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