ABAddressBook.Remove(ABRecord) Method

Definition

Removes a record from the address book.

public void Remove (AddressBook.ABRecord record);
member this.Remove : AddressBook.ABRecord -> unit

Parameters

record
ABRecord

A ABRecord containing the record to remove from the address book.

Exceptions

The record couldn't be removed from the address book.

Applies to