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