createMultipartMessage procedure
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
Creates a MultipartMessage.
Note: The JMS providers other than SonicMQ do not support this method.
Syntax
|
Applies to
Session objects
See also
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.