The MIMEParameterParser function gets parameter data from a MIME header.
| Input | Data Type | Description |
|---|---|---|
| Input1 | String | The MIME header. |
| Input2 | String | Sets the ParamName property. (optional) |
| Output | Data Type | Description |
|---|---|---|
| Output1 | String | The specified parameter's data. |
| Name | Property Type | Description |
|---|---|---|
| ParamName | string | The name of the parameter. |
| Property | Output | |||
| Input1 | attachment; filename="abc.txt" | ParamName | filename | abc.txt |