Click or drag to resize

PdiHeaderGetValueParameters Method

Returns the values of the specified header parameter or when parameter does not exist.

Namespace: Limilabs.Mail.PDI
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public List<string> GetValueParameters(
	string parameterName
)

Parameters

parameterName  String
Name of the parameter.

Return Value

ListString
Values of the parameter or when parameter does not exist.
See Also