isMessagePart function
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
Returns TRUE if the part specified by index is a
SonicMQ message.
Syntax
|
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, #rfi1387308614755, 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.