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