Progress
External Program
Interfaces


addBytesPart

In Message Objects

This procedure adds any arbitrary part to a multipart message. The part can be text or binary. The Sonic message is created as usual.

A content type and a content ID must be specified.

NOTE: To conserve resources, after calling this procedure, the application must delete the MEMPTR (represented by memptr):

SYNTAX
PROCEDURE addBytesPart.  
DEFINE INPUT PARAMETER memptr AS MEMPTR. 
DEFINE INPUT PARAMETER contentTypeString AS CHARACTER. 
DEFINE INPUT PARAMETER contentIDString AS CHARACTER. 

For information on this procedure in context, see the "MultipartMessage" section in Accessing SonicMQ Messaging From the Progress 4GL."


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095