I'm using the address book API w/o any problems up until now. I would like to access the kABPersonAddressProperty and kABPersonAddressZIPKey from an ABRecordRef
ABMultiValueRef addresses = ABRecordCopyValue(abr, ABPersonAddressProperty);
etc..
any examples would be great thanks!
ABMultiValueRef addresses = ABRecordCopyValue(abr, ABPersonAddressProperty);
etc..
any examples would be great thanks!