GetPartVersion method: Message class
Syntax
GetPartVersion(PartIndex)
Description
Use the GetPartVersion method to return the version number of the message part specified by PartIndex.
Note:
This method only works with container messages.
Parameters
| Parameter | Description |
|---|---|
|
PartIndex |
Specify the number of the message part that you want to access the version of. |
Returns
A string containing the version number.
Related Topics