Contents

abRecord(with:)

Returns the address book record that represents the participant.

Declaration

func abRecord(with addressBook: ABAddressBook) -> ABRecord?

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