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.3.0
Syntax
C#
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

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