If want to check if a person record has email addresses. So:
ABMultiValueRef emailMultiValue = ABRecordCopyValue(person, kABPersonEmailProperty);
If the record has no email addresses, do I get a NULL value in emailMultiValue
, or some other special CFTypeRef
value?