 | ParameterListTryGetValue Method (String, String) |
Get the value of the parameter with the specified name.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 3.0.0
Syntaxpublic bool TryGetValue(
string name,
out string value
)
Parameters
- name
- Type: SystemString
The parameter name. - value
- Type: SystemString
The parameter value.
Return Value
Type:
Booleantrue if the parameter exists; otherwise,
false.
Exceptions
Remarks
Gets the value of the parameter with the specified name.
See Also