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  

Addressbook.person.vCardRepresentation

Returns the vCard representation of the person record as a data object in vCard format.

Component Version macOS Windows Linux Server iOS SDK
Addressbook 3.1 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes

Deprecated

This function was deprecated. Use Contacts functions instead.

MBS( "Addressbook.person.vCardRepresentation"; PersonID { ; Filename; asText } )   More

Parameters

Parameter Description Example Flags
PersonID The unique ID for the target person. $personID
Filename The file name for the container value with the vcard. Default is "person.vcf". $name & ".vcf" Optional
asText Pass 1 to get back result as text instead of container. 1 Optional

Result

Returns vcard file data.

Description

Returns the vCard representation of the person record as a data object in vCard format.
You can store this in a container and export to a file or email.

See also

Blog Entries

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


Addressbook.person.parentGroups - Addressbook.personFromVCardRepresentation

Feedback: Report problem or ask question.