INetMailAddressCollection.Insert

Syntax

Insert(Index: Integer; Value: INetMailAddress);

Parameters

Index - index of the email address, before which the Value address must be added.

Value - email address that must 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