mimeData | Object A MIME object for which you want to retrieve the Content-Type parameters. |
parameters | Document The retrieved parameters. Key names represent the names of the parameters fields. The values of the keys represent the values of the parameters. content-type: text/plain;charset=UTF8; status=test This service returns the following IS document (IData object): For key charset, the value returned is UTF8. For key status, the value returned is test. |