DMRecipientRecordCollectionInsert Method
|
Alterian Email Manager 6.2.3 SDK Help File
Inserts a DMRecipientRecord into a specific location in the DMRecipientRecordCollection.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic void Insert(
int index,
DMRecipientRecord value
)
Public Sub Insert (
index As Integer,
value As DMRecipientRecord
)
public:
void Insert(
int index,
DMRecipientRecord^ value
)
member Insert :
index : int *
value : DMRecipientRecord -> unit
function Insert(index, value);
Parameters
- index
- Type: SystemInt32
Location to insert the DMRecipientRecord. - value
- Type: DMLibraryDMRecipientRecord
The DMRecipientRecord object to insert into the collection.
See Also