| 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
)
Public Function GetKeyParameter (
parameterName As String
) As String
public:
String^ GetKeyParameter(
String^ parameterName
)
member GetKeyParameter :
parameterName : string -> string
Parameters
- parameterName
- Type: SystemString
Name of the parameter.
Return Value
Type:
StringValue of the parameter or
when parameter does not exist.
See Also