GetContentString method: Message class
Syntax
GetContentString([SegmentIndex])
Description
Use the GetContentString to return a string populated with the content from the specified message segment. If you don't specify a segment, the data from the first segment is used.
Parameters
| Parameter | Description |
|---|---|
|
SegmentIndex |
Specify the message segment that you want to access. |
Returns
A string populated with the content of the specified segment if successful, null otherwise.