Click or drag to resize
MimeKit

ParameterListRemove(String) Method

Remove the specified parameter.

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

Parameters

name  String
The parameter name.

Return Value

Boolean

Field Value

Boolean
true if the specified parameter was removed; otherwise

Field Value

Boolean
false.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
Remarks
Removes the parameter with the specified name from the list, if it exists.
See Also