MailKit Documentation
MailKit Documentation
API Reference
MimeKit
ParameterList Class
ParameterList Methods
Contains Method
Contains(Parameter) Method
Contains(String) Method
Parameter
List
Contains(Parameter) Method
Check if the
ParameterList
contains the specified parameter.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
Copy
public
bool
Contains
(
Parameter
param
)
Parameters
param
Parameter
The parameter.
Return Value
Boolean
if the specified parameter is contained; otherwise,
.
Implements
ICollection
T
Contains(T)
Exceptions
Exception
Condition
ArgumentNullException
The
param
is
.
Remarks
Determines whether the parameter list contains the specified parameter.
See Also
Reference
ParameterList Class
Contains Overload
MimeKit Namespace
Copyright © 2013-2025 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast