Insert(Index: Integer; Value: INetMailAddress);
Index - index of the email address, before which the Value address must be added.
Value - email address that must be added to the collection.
The Insert method inserts the email address passed by the Value parameter before the email address with the Index index.
See also: