You can import and export people in the Address Book using the vCard format. To create a vCard representation of a person, use the method vCardRepresentation
. This method creates an NSData structure that you can use in your program or save to a file.
To create a person from a vCard representation, use the method initWithVCardRepresentation:
.
© 2002, 2006 Apple Computer, Inc. All Rights Reserved. (Last updated: 2006-04-04)