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:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Queries data for contacts.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Contacts | 8.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
Parameter | Description | Example |
---|---|---|
Identifiers | The list of contact identifiers for this operation. |
Returns contact idenifiers or error.
Find people and get get vCard:
Set Variable [ $Identifiers ; Value: MBS( "CNContactStore.ContactsMatchingName"; "Schmitz" ) ]
Set Variable [ $Data ; Value: MBS( "CNContactStore.DataWithContacts"; $Identifiers ) ]
Created 1st August 2018, last changed 11st January 2021
CNContactStore.Country - CNContactStore.DefaultContainerIdentifier
Feedback: Report problem or ask question.