For iOS we have:
https://developer.apple.com/library/ios/documentation/AddressBook/Reference/ABPersonRef_iPhoneOS/Reference/reference.html
kABPersonFirstNameProperty; (firstName)
kABPersonLastNameProperty; (lastName)
kABPersonMiddleNameProperty; (middleName)
kABPersonPrefixProperty;
kABPersonSuffixProperty;
kABPersonNicknameProperty;
kABPersonFirstNamePhoneticProperty;
kABPersonLastNamePhoneticProperty;
kABPersonMiddleNamePhoneticProperty;
kABPersonOrganizationProperty; (company)
kABPersonJobTitleProperty;
kABPersonDepartmentProperty;
kABPersonEmailProperty;
kABPersonBirthdayProperty;
kABPersonNoteProperty;
kABPersonCreationDateProperty;
kABPersonModificationDateProperty;
kABPersonAddressProperty;
kABPersonAddressStreetKey;
kABPersonAddressCityKey;
kABPersonAddressStateKey;
kABPersonAddressZIPKey;
kABPersonAddressCountryKey;
kABPersonAddressCountryCodeKey;
kABPersonPhoneProperty;
kABPersonPhoneMobileLabel;
kABPersonPhoneIPhoneLabel;
kABPersonPhoneMainLabel;
kABPersonPhoneHomeFAXLabel;
kABPersonPhoneWorkFAXLabel;
kABPersonPhoneOtherFAXLabel;
kABPersonPhonePagerLabel;
(Possible mappings after the constant names.)
For iOS we have:
https://developer.apple.com/library/ios/documentation/AddressBook/Reference/ABPersonRef_iPhoneOS/Reference/reference.html
kABPersonFirstNameProperty; (firstName)
kABPersonLastNameProperty; (lastName)
kABPersonMiddleNameProperty; (middleName)
kABPersonPrefixProperty;
kABPersonSuffixProperty;
kABPersonNicknameProperty;
kABPersonFirstNamePhoneticProperty;
kABPersonLastNamePhoneticProperty;
kABPersonMiddleNamePhoneticProperty;
kABPersonOrganizationProperty; (company)
kABPersonJobTitleProperty;
kABPersonDepartmentProperty;
kABPersonEmailProperty;
kABPersonBirthdayProperty;
kABPersonNoteProperty;
kABPersonCreationDateProperty;
kABPersonModificationDateProperty;
kABPersonAddressProperty;
kABPersonAddressStreetKey;
kABPersonAddressCityKey;
kABPersonAddressStateKey;
kABPersonAddressZIPKey;
kABPersonAddressCountryKey;
kABPersonAddressCountryCodeKey;
kABPersonPhoneProperty;
kABPersonPhoneMobileLabel;
kABPersonPhoneIPhoneLabel;
kABPersonPhoneMainLabel;
kABPersonPhoneHomeFAXLabel;
kABPersonPhoneWorkFAXLabel;
kABPersonPhoneOtherFAXLabel;
kABPersonPhonePagerLabel;
(Possible mappings after the constant names.)