wm.tn.mime:getSubContentType
Retrieves the sub-type portion of a MIME object's Content-Type header value.
Input Parameters
mimeData | Object The MIME object for which you want to retrieve the sub-type portion of the Content-Type header. |
Output Parameters
subContentType | String The message's subtype content type. For example, if the message's Content-Type header was: content-type: multipart/mixed subContentType would contain mixed. |
Usage Notes
This service is not compatible with those in the pub.mime folder. The MIME objects that the pub.mime:createMimeData service creates will not work with this service.