Click or drag to resize
MimeKit

ParameterListRemove(String) Method

Remove the specified parameter.

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

Parameters

name  String
The parameter name.

Return Value

Boolean
if the specified parameter was removed; otherwise, .
Exceptions
ExceptionCondition
ArgumentNullExceptionname is .
Remarks
Removes the parameter with the specified name from the list, if it exists.
See Also