AddressBookData.Append

From Xojo Documentation

Method


AddressBookData.Append(Label as String, NewValue as Variant)

Supported for all project types and targets.

Adds NewValue to the end of the array of property values, identified by Label. Append is for managing multi-value properties such as phone numbers, addresses, email addresses, and so forth. See notes on labels in the description of the Insert method.