Showing posts with label Import Contact. Show all posts
Showing posts with label Import Contact. Show all posts

Thursday, 15 August 2013

how to import Contacts from GMAIL using ASP.NET and C#

Introduction:

In this article I will explain how to import gmail contacts of a user by using GContacts Data API provided by Google.

Description:


We have developed one social network site at that time we think that how to popularize the our social network site I have checked some of social network sites at that time we got idea to implement import contacts concept is best to intimate all of our friends at a time I have searched so many websites to implement this concepts but no result finally I have implemented import contacts from gmail

I used ASP.NET and C# for developing this application.

We need to follow below steps to get gmail contacts

Step-1:  Download Google data API setup from the specified URL

Continue Reading