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.7.1
Syntax
C#
Copy
public
bool
Contains
(
Parameter
param
)
Parameters
param
Parameter
The parameter.
Return Value
Boolean
Field Value
Boolean
true if the specified parameter is contained; otherwise
Field Value
Boolean
false.
Implements
ICollection
T
Contains(T)
Exceptions
Exception
Condition
ArgumentNullException
The
param
is
null
.
Remarks
Determines whether or not the parameter list contains the specified parameter.
See Also
Reference
ParameterList Class
Contains Overload
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast