Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
CNContactStore.ContactsWithData
Creates contacts for vCard data.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Contacts | 8.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "CNContactStore.ContactsWithData"; Data ) More
Parameters
Parameter | Description | Example |
---|---|---|
Data | The vCard data. |
Result
Returns text or error.
Description
Creates contacts for vCard data.This converts between a contact and its vCard representation.
See CNContactStore.DataWithContacts to reverse this process.
See also
- CNContactStore.ContactsInGroup
- CNContactStore.ContactsMatchingName
- CNContactStore.ContactsMatchingURL
- CNContactStore.DataWithContacts
This function checks for a license.
Created 1st August 2018, last changed 11st January 2021
CNContactStore.ContactsMatchingURL - CNContactStore.ContainerForContact
