Hi Mark, Did you ever figure this out? If not, it might be a bug (doesn't look you are doing anything wrong), could you submit a bug report to http://bugzilla.xamarin.com ?
Thanks, Jeff On Aug 16, 2011 10:09 AM, "mutablepro" <[email protected]> wrote: > Hi, > > Im having a problem with AddressBooks, I was under the impression that the > address books support groups (eg. Exchange Contacts) but I am not showing > anything? > > Here is my code to extract the address book groups: > > ABAddressBook abBook = new ABAddressBook(); > var groups = abBook.GetGroups(); > for(int i = 0; i < groups.Length; i++) > { > var grp = groups[i]; > _items.Add(new AccountDetail(grp.Name, > grp.GetMembers(ABPersonSortBy.LastName).Length)); > } > > Any help much appreciated. Mark > > -- > View this message in context: http://monotouch.2284126.n4.nabble.com/ABAddressBook-GetGroups-issue-tp3747321p3747321.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
