The mailParameters represents headers having Parameters
type.Parameters type headers
contain a value consisting of a series of "Name-Value" pair sub
strings. Each "Name-Value" sub string is a parameter and is
represented by the mailParameter object in Framework EDI. Parameters type
value must follow the syntax:
Parameters
Type ::= <parameter> {“;” <parameter>}
<parameter>
::= <name> “=” <value>
<name>
::= <string>
<value>
::= <string>
Example:
US=red,white,blue;
KENYA=red,green,black
Pi=3.14;
boundary=“fredi.boundary.string”
Methods
GetParameter - Gets the parameter
in the parameters collection by its relative position in the string.
GetParameterByName -
Gets the parameter in the parameters collection by referencing the parameter
name.