Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
isMessagePart function
isMessagePart function
Returns
TRUE
if the part specified by
index
is a SonicMQ message.
Syntax
FUNCTION isMessagePart RETURNS LOGICAL (INPUT
index
AS INTEGER).
Applies to
Message objects
Notes
If
isMessagePart function
returns
TRUE
, use message-part access methods.
See also
createMultipartMessage procedure
,
addBytesPart procedure
,
addMessagePart procedure
,
addTextPart procedure
,
isMessagePart function
,
getContentType
,
getPartCount function
,
getMessagePartByID function
,
getMessagePartByIndex function
,
writeBytesFromRaw procedure
,
readBytesToRaw procedure
,
setMemptr procedure
,
getMemptr function
For more information, see the MultipartMessage and the MultiPartMessage example.