| ParameterListContains(String) Method |
Check if the
ParameterList contains a parameter with the specified name.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public bool Contains(
string name
)
Parameters
- name String
- The parameter name.
Return Value
BooleanField Value
Booleantrue if the requested parameter exists;
otherwise
Field Value
Booleanfalse.
Exceptions Remarks
Determines whether or not the parameter list contains a parameter with the specified name.
See Also