c# - can you query contact info from gmail programatically from csharp -
I have an asp.net mvc webpage that asks for SQL Server database for contact information. I've now migrated all of this contact information to Gmail.
Anyway, can I ask the model section of the asp.net mvc site for my Gmail contact information?
Is there an example code to use this through some APIs?
Gmail has a contact API in various languages including dot nets. Here's a link to their example code to recover all of your contacts.
Comments
Post a Comment