Aardvark
Aardvark

Reputation: 598

ABRecordRef how to link to existing contact programatically?

OK,

maybe I've missed it. But if I create a new contact thus:

ABRecordRef newPerson = ABPersonCreate();

Then set them up with what ever details, what do I call to link this contact to an existing contact, say

ABRecordRef exisitingPerson ?

Or am I forced to have two records with the same name, which I don't want ?

Upvotes: 1

Views: 114

Answers (0)

Related Questions