Click or drag to resize

PdiHeaderGetValueParameter Method

Returns the value of the of the first value parameter or if parameter does not exist.

Namespace: Limilabs.Mail.PDI
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public string GetValueParameter(
	string parameterName
)

Parameters

parameterName  String
Name of the parameter.

Return Value

String
Value of the parameter or when parameter does not exist.
See Also