Click or drag to resize
MimeKit

ParameterListRemove(Parameter) Method

Remove a Parameter from a ParameterList.

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

Parameters

param  Parameter
The parameter.

Return Value

Boolean

Field Value

Boolean
true if the specified parameter was removed; otherwise

Field Value

Boolean
false.

Implements

ICollectionTRemove(T)
Exceptions
ExceptionCondition
ArgumentNullException The param is null.
Remarks
Removes the specified parameter from the list.
See Also