Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

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

This function checks for a license.

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


Addressbook.person.parentGroups - Addressbook.personFromVCardRepresentation