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