Dmitriy Kovalenko
Dmitriy Kovalenko

Reputation: 3616

Is it possible to get gmail contacts list using Gmail API (.NET)?

I need to get the list of contacts and after that send a message to one of the contacts. Can I get a list of gmail contacts without using Google Contacts API, only with Gmail API?

Upvotes: 2

Views: 4936

Answers (1)

ReyAnthonyRenacia
ReyAnthonyRenacia

Reputation: 17613

I've checked the guides and have not seen methods to fetch gmail contacts. I think retrieving contacts was deliberately meant for Contacts API given it has methods such as (which doesn't exist in Gmail API) :

Retrieving a single contact

https://www.google.com/m8/feeds/contacts/{userEmail}/full/{contactId}

Upvotes: 2

Related Questions