property Items[Index: integer]: TScMailAddressItem; default;
Description
Lists the TScMailAddressItem object references.
Use Items to access objects in the list. Items is a zero-based array: the first object is indexed as 0, the second object is indexed as 1, and so on. You can read the value at a specific index, or use Items with the Count property to iterate over the list.
Note: Items is the default property of TScMailAddressList, which means you can omit the property name.