Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Addressbook.personFromVCardTextRepresentation
Creates an Person instance initialized with the given text.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Addressbook | 3.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
Deprecated
This function was deprecated. Use Contacts functions instead.
MBS( "Addressbook.personFromVCardTextRepresentation"; vcard ) More
Parameters
Parameter | Description | Example |
---|---|---|
vcard | The vcard as text. | $vcard |
Result
Returns person identifier or error.
Description
Creates an Person instance initialized with the given text.Version 2.1 and 3.0 of the vCard format are supported.
You still need to add this person to the database and save changes.
Please use Addressbook.personFromVCardRepresentation if you have vcard as file in container.
See also
This function checks for a license.
Created 18th August 2014, last changed 9th November 2021
Addressbook.personFromVCardRepresentation - Addressbook.record.SetValueForProperty
