INetMailAddressCollection.Insert

Syntax

Insert(Index: Integer; Value: INetMailAddress);

Parameters

Index is the index of the email address, before which the Value address needs to be added.

Value is the email address that needs to be added to the collection.

Description

The Insert method inserts the email address passed by the Value parameter before the email address with the Index index.

See also:

INetMailAddressCollection