Get gmail contacts using C#

Posted by Prince | 4:27:00 PM | | 0 comments »

Import gmail contactlist using C#:
For getting started we need to download the following Google dll files and put these 3 dlls in BIN folder of your application.

1. Google.GData.Client
2. Google.GData.Contacts
3. Google.GData.Extensions

Then create an aspx file with two text boxes,one list box and a submit button (See screen shot)

Finally give your gmail user name and password to corresponding input boxes. Then click Get Contacts you will see all your gmail contacts list in Contacts box



Click here  for full code download

0 comments

Related Posts Plugin for WordPress, Blogger...