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  

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 OK 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

Created 18th August 2014, last changed 18th August 2014


Addressbook.personFromVCardRepresentation - Addressbook.record.SetValueForProperty

Feedback: Report problem or ask question.