DMRecipientRecordCollectionInsert Method

Alterian Email Manager 6.2.3 SDK Help File
Inserts a DMRecipientRecord into a specific location in the DMRecipientRecordCollection.

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public void Insert(
	int index,
	DMRecipientRecord value
)

Parameters

index
Type: SystemInt32
Location to insert the DMRecipientRecord.
value
Type: DMLibraryDMRecipientRecord
The DMRecipientRecord object to insert into the collection.
See Also