views:

258

answers:

1

hi,

Is there a way to get all groups from the AddressBook belonging to a person without looping through all groups?

thanks

+2  A: 

Doesn't look like it. It appears the API is written in such a way that it's expected you'll traverse Book -> Groups -> People, not the other way.

Something to ease the pain is AQToolkit's Contacts API. To get you out of C-land...

Nick Veys
It is not so much for the pain as for performance reasons. I really want to keep everything slick and tight...But thx anyway for the link to the API... I only knew about the google toolbox
carnz