iPhone Contacts - Get Company Name
Asked Answered
M

2

5

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.

AddressBook/AddressBook.h

AddressBookUI/AddressBookUI.h

Manor answered 25/1, 2010 at 10:14 Comment(0)
B
8

I think you're looking for the kABPersonOrganizationProperty key.

Bugle answered 25/1, 2010 at 10:20 Comment(2)
Thanks, I was searching "Company"Manor
Easy to get lost searching for "Company" as it is named kABPersonOrganizationProperty.Feathering
M
1

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.

Mallet answered 25/1, 2010 at 10:24 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.