Click or drag to resize
MimeKit

ParameterListContains(String) Method

Check if the ParameterList contains a parameter with the specified name.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public bool Contains(
	string name
)

Parameters

name  String
The parameter name.

Return Value

Boolean

Field Value

Boolean
true if the requested parameter exists; otherwise

Field Value

Boolean
false.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
Remarks
Determines whether or not the parameter list contains a parameter with the specified name.
See Also