Internet Direct (Indy) Version 9.0.1 Beta
TIdEMailAddressList.Items
Allows indexed access to email addresses in the collection.

property Items [ Index: Integer ]: TIdEMailAddressItem;
Description
Items is an indexed TIdEMailAddressItem property that allows access to TIdEMailAddressItem entries in the collection using an Integer index value. Index positions in the collection are zero-based. Accessing an index position larger than the length of the collection will raise an exception.