Introduction
This article I am going to describe how to retrieve Gmail
contact with Name and Mail id in asp net.
Here I will describe how to communicate with Gmail using Google API.
Description
As it is a third party software for this we required some
third party dll to be referenced to our application which will communicate with
Gmail server.
For this we have to download the Google API Set up from
below link
Or you can direct download from this link
Install this setup you will get these dll files in your Pc
- Google.GData.Apps.dll
- Google.GData.Client.dll
- Google.GData.Contacts.dll
- Google.GData.Extensions.dll
Next add reference of Google gdata dll to your website.
- Google.GData.Apps.dll
- Google.GData.Client.dll
- Google.GData.Contacts.dll
- Google.GData.Extensions.dll
And write the below code .cs file
Now build your Application. And enter Gmail id and password
in the corresponding textbox
Any modification or problem Plz comment
0 comments:
Post a Comment