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

Actually I am building an application where when user enters his username and password in a winform,and when he clicks on a button , he can login to his email account without going through the login form of that email account.I have tried searching google but coulnt find proper link.Please suggest me something.
Posted

1 solution

Have a look at the OAuth feature provided by Google.

Following should help: Google: Using OAuth 2.0 to Access Google APIs[^]

Just to look how it is used in Web: Implementing Google Account in Web application[^]

If you are just looking to get emails from GMail, here is the thread discussing few ways: Gmail in windows Forms[^]

Try!
 
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