AddressBookContact.Constructor(vcard as String)
From Xojo Documentation
This item was deprecated in version 2019r2. |
Constructor
Creates an AddressBookContact. If the optional vcard is passed, populates it with the data in the vcard.
Example
This method gets the current user’s email addresses. It uses the Count and Value methods of the AddressBookData class to do so.