The system groups (like My Contacts and Friends) are in version 2 of the API which not implemented in the .NET client library yet. Hopefully in a few weeks but in the meantime, setting the service version to 2.0 will make it sort of work. This SHOULD NOT be used in release software until it's officially supported but it's useful for development. You need to set the NumberToRetrieve property to retrieve more than 200 contacts.
-Jesse ______________________ www.jessemandel.com On Thu, Jan 8, 2009 at 10:22 AM, Raj <[email protected]> wrote: > > Hi, > > I'm able to retrieve all my contacts using .NET library. > I have few questions? > > 1. How to get the group name where the contact is belong i.e "My > contact" or Freinds etc > 2. How do I know there are more contacts to be downloaded? If the user > has 200 contacts, then how can I download all the contacts in one > time? > > Thanks > Raj > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Contacts API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-contacts-api?hl=en -~----------~----~----~----~------~----~------~--~---
