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.10.0
Syntax
C#
public bool Contains(
	string name
)

Parameters

name  String
The parameter name.

Return Value

Boolean
if the requested parameter exists; otherwise, .
Exceptions
ExceptionCondition
ArgumentNullExceptionname is .
Remarks
Determines whether the parameter list contains a parameter with the specified name.
See Also