CopyPartRowset method: Message class

Syntax

CopyPartRowset(PartIndex, &Rowset)

Description

Use the CopyPartRowset to copy the rowset specified by &Rowset to the part of the message specified by PartIndex.

Note:

This method only works with rowset-based container messages.

The primary record of the level zero rowset for both the specified message part and the specified rowset must be the same.

Parameters

Parameter Description

PartIndex

Specify the number of the part you want to copy the rowset data to.

&Rowset

Specify an already instantiated rowset object that contains the data that you want to copy to the message part.

Returns

None.