  | ParameterListContains(String) Method | 
            Check if the 
ParameterList contains a parameter with the specified name.
            
 Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.12.0
Syntaxpublic bool Contains(
	string name
)
Parameters
- name  String
 - The parameter name.
 
Return Value
Boolean if the requested parameter exists;
            otherwise, 
.
Exceptions
Remarks
            Determines whether the parameter list contains a parameter with the specified name.
            
See Also