INetAttachmentCollection.Insert

Syntax

Insert(Index: Integer; Value: INetAttachment);

Parameters

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

Value - attachment that must 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