The Contacts Data API allows client applications to view and update a user's contacts. Contacts are stored in the user's Google Account; most Google services have access to the contact list. Your client application can use the Contacts Data API to create new contacts, edit or delete existing contacts, and query for contacts that match particular criteria.

Namespace:  Google.GData.Contacts
Assembly:  Google.GData.Contacts (in Google.GData.Contacts.dll)
Version: 1.4.0.2

Syntax

C#
public class ContactsService : Service
Visual Basic (Declaration)
Public Class ContactsService _

	Inherits Service
Visual C++
public ref class ContactsService : public Service

Inheritance Hierarchy

System..::.Object
  Google.GData.Client..::.Service
    Google.GData.Contacts..::.ContactsService

See Also