Access to the central contacts database, known as the "Address Book" on iOS.
| Type | Reason |
|---|---|
| ABAddressBook | Provides access to the system Address Book. |
| ABAddressBookError | Possible AddressBook.ABAddressBook errors. |
| ABAuthorizationStatus | An enumeration whose values specify the possible results of the AddressBook.ABAddressBook.GetAuthorizationStatus method. |
| ABGroup | A grouping of AddressBook.ABPerson and other AddressBook.ABGroup records. |
| ABLabel | Generic property labels. |
| ABMultiValue<T> | A collection of AddressBook.ABMultiValueEntry<T> entries. |
| ABMultiValueEntry<T> | A AddressBook.ABMultiValue<T> entry. |
| ABMutableDateMultiValue | A AddressBook.ABMultiValue<Foundation.NSDate> which supports changing values. |
| ABMutableDictionaryMultiValue | A AddressBook.ABMultiValue<Foundation.NSDictionary> which supports changing values. |
| ABMutableMultiValue<T> | A AddressBook.ABMultiValue<T> that supports editing. |
| ABMutableStringMultiValue | A AddressBook.ABMultiValue<Foundation.NSString> which supports changing values. |
| ABPerson | Information about a person. |
| ABPersonAddressKey | Foundation.NSDictionary keys for use with AddressBook.ABPerson addresses. |
| ABPersonCompositeNameFormat | The format to use for a person's composite name. |
| ABPersonDateLabel | Date property labels. |
| ABPersonImageFormat | An enumeration whose values specify whether the form of the image requested from the AddressBook.ABPerson.GetImage method. |
| ABPersonInstantMessageKey | Foundation.NSDictionary keys for use with AddressBook.ABPerson instant message services. |
| ABPersonInstantMessageService | Possible AddressBook.ABPersonInstantMessageKey.Service key values. |
| ABPersonKind | Specifies whether a AddressBook.ABPerson represents a human being or an organization. |
| ABPersonPhoneLabel | Phone number property labels. |
| ABPersonProperty | The AddressBook.ABPerson properties. |
| ABPersonRelatedNamesLabel | Related name property labels. |
| ABPersonSocialProfileService | A class whose static members define constant names for various social networks. |
| ABPersonSortBy | How to sort records. |
| ABPersonUrlLabel | URL property labels. |
| ABPropertyType | Record property types. |
| ABRecord | Base type for AddressBook.ABGroup and AddressBook.ABPerson. |
| ABRecordType | Potential record types. |
| ABSource | A data source that produces address book data. (See AddressBook.ABSourceType.) |
| ABSourceProperty | Documentation for this section has not yet been entered. |
| ABSourceType | An enumeration whose values specify various kinds of AddressBook.ABSourceType. |
| ExternalChangeEventArgs | Provides data for the AddressBook.ExternalChangeEventArgs.ExternalChange event. |
| InstantMessageService | Manages instance message service configuration. |
| PersonAddress | Manages the person address. |
| SocialProfile | Manages social profile configuration. |