How to get Gmail contacts?

I have a script in my current application where I want to get a Gmail id for my users. Can someone tell me the way with a piece of code in C #?

Note. I am developing a web application in asp.net using C #.

+7
c # email gmail
source share
4 answers

Use google contacts api , there is a C # sample there.

+12
source share
+3
source share

Take a look at the open source .Net gmailapi library . GmailAgent has a GetContacts method to retrieve all contacts.

+3
source share

You can use google contacts api , there are C # samples there. Hope this helps you.

0
source share

All Articles