Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | MIME Folder | Summary of Elements in this Folder
 
Summary of Elements in this Folder
 
pub.mime:addBodyPart
pub.mime:addMimeHeader
pub.mime:createMimeData
pub.mime:getBodyPartContent
pub.mime:getBodyPartHeader
pub.mime:getContentType
pub.mime:getEnvelopeStream
pub.mime:getMimeHeader
pub.mime:getNumParts
pub.mime:getPrimaryContentType
pub.mime:getSubContentType
pub.mime:mergeHeaderAndBody
pub.mime:releaseBodyPartReferenceInTSpace
The following elements are available in this folder:
Service
Function
WmPublic. Adds a body part (header fields and content) to a specified MIME object.
WmPublic. Adds one or more header fields to a specified MIME object.
WmPublic. Creates a MIME object.
WmPublic. Retrieves the content (payload) from the specified MIME object.
WmPublic. Returns the list of header fields for the specified body part.
WmPublic. Returns the value of the Content-Type message header from the specified MIME object.
WmPublic. Generates an InputStream or MimeMessage representation of a MIME message from a specified MIME object.
WmPublic. Returns the list of message headers from a specified MIME object.
WmPublic. Returns the number of body parts in the specified MIME object.
WmPublic. Returns the top-level portion of a MIME object's Content-Type value.
WmPublic. Returns the sub-type portion of a MIME object's Content-Type value.
WmPublic. Concatenates the contents of the header and body returned by the pub.client:http service.
WmPublic. Release a body part from the Tspace.