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
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 |
Parameter | Description | Example |
---|---|---|
ContactIdentifier | The contact identifier. | "9B6315CA-5331-44A6-96D0-16F315BA9AEB" |
OtherContactIdentifier | The second contact identifier. | "F73B1D68-984A-434E-B3DE-1E92549C89B0:ABPerson" |
Returns 1, 0 or error.
Check if a contact belongs to another:
MBS( "CNContact.IsUnifiedWithContact"; "9B6315CA-5331-44A6-96D0-16F315BA9AEB"; "F73B1D68-984A-434E-B3DE-1E92549C89B0:ABPerson" )
Created 25th September 2018, last changed 25th September 2018
CNContact.EditInAddressbook - CNContact.JSON
Feedback: Report problem or ask question.