Click here to Skip to main content
15,921,452 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI,
i want to create a application in asp.net with c#
in that application i want to display all Gmail Emails in my asp.net application.
So please help asap..
Thanks
Posted
Comments
Yanick Salzmann 9-Apr-11 12:34pm    
Where do you need help with? What is not working? If you are having a look at the gdata API you should know that GMail is not yet supported.
Sandeep Mewara 9-Apr-11 12:55pm    
What help?

1 solution

Before you fetch mails from Gmail, you will have to enable POP access explicitly from there[^]
This Download emails from a GMail account in C# [^] article might help you.
In addition you can also read some well article of CP like
A POP3 Client in C# .NET[^]
.NET POP3 MIME Client[^]

Best of Luck!
 
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