5
votes

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

2 Answers

8
votes

I think you're looking for the kABPersonOrganizationProperty key.

1
votes

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.