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 (View 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
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 (View 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:
Post a Comment
Share your thoughts here...