INetAttachmentCollection.Insert

Syntax

Insert(Index: Integer; Value: INetAttachment);

Parameters

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

Value is the attachment that needs to be added to the collection.

Description

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

See also:

INetAttachmentCollection