Integration Cloud 7.0.0 | Built-In Services | Built-In Services | getSubContentType
 
getSubContentType
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 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 createMimeData.