contacts.addressIDToContactID
Get the contact ID associated with an address (get the address's contact).
addressID number
contactID number (< 1 if not found)
local contactID = contacts.addressIDToContactID(1234)
print(contactID)
A contact can have multiple addresses. An address has a single contact.
Generated on the 26 June 2024 at 22:01:27 (UK Time)