Click or drag to resize
MimeKit

ParameterListRemove(Parameter) Method

Remove a Parameter from a ParameterList.

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

Parameters

param  Parameter
The parameter.

Return Value

Boolean
if the specified parameter was removed; otherwise, .

Implements

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