Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | MIME Folder | Summary of Elements in this Folder | pub.mime:getSubContentType
 
pub.mime:getSubContentType
WmPublic. Returns the sub-type portion of a MIME object's Content-Type value.
Input Parameters
mimeData
Document MIME object whose sub-type you want to discover. (This IData object is produced by pub.mime:createMimeData.)
Output Parameters
subContentType
String Message's sub-type. For example, if the message's Content-Type header were:
Content-Type: multipart/mixed
subContentType would contain:
mixed
Usage Notes
This service operates on the MIME object (mimeData) produced by pub.mime:createMimeData.
For general information about MIME messages and using the MIME services, see the MIME-S/MIME Developer’s Guide.
See Also
pub.mime:createMimeData
pub.mime:getContentType
pub.mime:addMimeHeader
pub.mime:getBodyPartHeader