Hello, The API usually pages the result and only returns 25 contacts at a time (by default), but when using the .NET client library, you have the option to set auto paging to true (what you did); that means that the number of contacts in f.Entries should match the total number of contacts you have. Can you make sure that this is the case?
Also, you can try using a fulltext query search<http://code.google.com/apis/contacts/docs/3.0/reference.html#Parameters>to have the Contacts API pre-filter the results to only returns contacts that have field matching your query. Best, Alain -- You received this message because you are subscribed to the Google Groups "Google Contacts, Shared Contacts and User Profiles APIs" 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://code.google.com/apis/contacts/community/forum.html
