Contents

abPerson(in:)

Returns the address book record that represents the participant.

Declaration

func abPerson(in addressBook: ABAddressBook) -> ABPerson?

Parameters

  • addressBook:

    The address book to search.

Return Value

The address book record for the participant, or nil if the record is not found.

Discussion

This method searches for a record match based on the participant’s email address.

Special Considerations

See Also

Finding Participant Address Book Records