Click or drag to resize

PdiHeaderGetKeyParameter Method

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

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

Parameters

parameterName  String
Name of the parameter.

Return Value

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