Click or drag to resize
MimeKit

ParameterListContains(Parameter) Method

Check if the ParameterList contains the specified parameter.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
public bool Contains(
	Parameter param
)

Parameters

param  Parameter
The parameter.

Return Value

Boolean
if the specified parameter is contained; otherwise, .

Implements

ICollectionTContains(T)
Exceptions
ExceptionCondition
ArgumentNullException The param is .
Remarks
Determines whether the parameter list contains the specified parameter.
See Also