 | PdiHeaderGetValueParameter Method |
Returns the value of the of the first value parameter or if parameter does not exist.
Namespace: Limilabs.Mail.PDIAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic string GetValueParameter(
string parameterName
)
Public Function GetValueParameter (
parameterName As String
) As String
public:
String^ GetValueParameter(
String^ parameterName
)
member GetValueParameter :
parameterName : string -> string Parameters
- parameterName String
- Name of the parameter.
Return Value
StringValue of the parameter or
when parameter does not exist.
See Also