I know that there can be several values for email, but I'm not sure how to view them.
I can get a person right.
ABRecordRef person =
NSString* emails = (NSString *)ABRecordCopyValue(person, kABPersonEmailProperty);
... what's next? If I try to print the variable emails, I get:
Emails: <NSCFType: 0x4018d40>
source
share