Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

CNContact.IsUnifiedWithContact

Checks if the contact is unified based on other contact.

Component Version macOS Windows Linux Server iOS SDK
Contacts 8.5 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "CNContact.IsUnifiedWithContact"; ContactIdentifier; OtherContactIdentifier )   More

Parameters

Parameter Description Example
ContactIdentifier The contact identifier. "9B6315CA-5331-44A6-96D0-16F315BA9AEB"
OtherContactIdentifier The second contact identifier. "F73B1D68-984A-434E-B3DE-1E92549C89B0:ABPerson"

Result

Returns 1, 0 or error.

Description

Checks if the contact is unified based on other contact.
Returns 1 if the receiver was fetched as a unified contact and includes the contact having contactIdentifier in its unification, else 0.

Examples

Check if a contact belongs to another:

MBS( "CNContact.IsUnifiedWithContact"; "9B6315CA-5331-44A6-96D0-16F315BA9AEB"; "F73B1D68-984A-434E-B3DE-1E92549C89B0:ABPerson" )

See also

Release notes

Blog Entries

Created 25th September 2018, last changed 25th September 2018


CNContact.EditInAddressbook - CNContact.JSON

Feedback: Report problem or ask question.