MIMEParameterParser

The MIMEParameterParser function gets parameter data from a MIME header.

Input

Number of Connections: Min: 1/Max:2
InputData TypeDescription
Input1StringThe MIME header.
Input2StringSets the ParamName property. (optional)

Output

OutputData TypeDescription
Output1StringThe specified parameter's data.

Property

NameProperty TypeDescription
ParamNamestring The name of the parameter.

Example

PropertyOutput
Input1attachment; filename="abc.txt"ParamNamefilenameabc.txt