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.23341.1754
Syntax
public string GetKeyParameter(
	string parameterName
)

Parameters

parameterName
Type: SystemString
Name of the parameter.

Return Value

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