AddressBook & phone multivalue
AddressBook & phone multivalue
- Subject: AddressBook & phone multivalue
- From: "T G" <email@hidden>
- Date: Fri, 08 Nov 2002 21:46:27 +0000
Hi all,
I'm having trouble with phone numbers & the AddressBook. Specifically, when
I try to retreive the phone numbers for a given person, I get no data,
regardless of the fact that the contact in question definitely has at least
one phone number.
Here's how I'm doing it... (where person is of type ABPerson *)
ABMutableMultiValue *phone;
//...
phone = [person valueForProperty:kABPhoneProperty];
//...
phone is always nil. :(
Has anyone else encountered this? Or is it just something really basic that
I've managed to overlook?
Thanks,
Terence
_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.