To Import Google(Gmail) contacts in ASP.NET MVC application, first download "Google API setup" This will grant the following references:
using Google.Contacts;
using Google.GData.Client;
using Google.GData.Contacts;
using Google.GData.Extensions;
Add these to the relevant application.