views:

165

answers:

2

I am using the Address Book frameworks in an iPhone app, and I would like to get the items Company Name. I can't find this info in the AddressBookUI_Framework.pdf, can someone shed some light on this.

Regards

AddressBook/AddressBook.h

AddressBookUI/AddressBookUI.h

+2  A: 

I think you're looking for the kABPersonOrganizationProperty key.

Ole Begemann
Thanks, I was searching "Company"
norskben
A: 

As Ole mentioned you need to use kABPersonOrganizationProperty key. You can have a look at ABPerson reference and ABPerson.h header for other keys and more details.

Vladimir