Contents

ABGroup

An object that represents a group of records in the Address Book database.

Declaration

class ABGroup

Overview

The ABGroup class supports the concept of a “group” containing one or more persons. People may belong to multiple groups, and groups may also belong to other groups unless the relationship causes a circular reference. The only predefined property of a group is its name. However, similar to person records, you can add your own properties to group records. Groups not only help to organize person records, but also allow you to create email distribution lists.

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

Topics

Managing properties

Managing persons

Managing subgroups

Managing Distribution Lists

Searching

See Also

Data Types