Click here to Skip to main content
15,905,913 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:

how to access the gmail site when i login in my site as gmail username and gmail password

Posted
Updated 20-Jan-12 20:21pm
v2

this link may help you

Read Gmail Inbox Message in ASP.NET[^]
 
Share this answer
 
Hi,

if you want to read mails from gmail you have 2 options:
by using pop3 protocol or imap protocol.

next step is to create component that will implement this two protocols or use existing one. I prefer components be lesnikowsky but they are not free.

http://www.lesnikowski.com/mail/[^]

Regards
Robert
 
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