Contents

ABPerson

An object that encapsulates all information about a person in the Address Book database.

Declaration

class ABPerson

Overview

An ABPerson object corresponds to a single person record in the database. A person object contains the person’s name, company, address, email addresses, and phone numbers.

The ABPerson class is “toll-free bridged” with its procedural C opaque-type counterpart. This means that the ABPersonRef type is interchangeable in function or method calls with instances of the ABPerson class.

Topics

Managing Properties

Managing Linked People

Managing Groups

Managing Images

Searching

Importing and Exporting vCard Formatted Files

Constants

Initializers

Default Implementations

See Also

Data Types