MailKit Documentation
MailKit Documentation
API Reference
MimeKit
ParameterList Class
ParameterList Methods
Remove Method
Remove(Parameter) Method
Remove(String) Method
Parameter
List
Remove(Parameter) Method
Remove a
Parameter
from a
ParameterList
.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
Copy
public
bool
Remove
(
Parameter
param
)
Parameters
param
Parameter
The parameter.
Return Value
Boolean
if the specified parameter was removed; otherwise,
.
Implements
ICollection
T
Remove(T)
Exceptions
Exception
Condition
ArgumentNullException
The
param
is
.
Remarks
Removes the specified parameter from the list.
See Also
Reference
ParameterList Class
Remove Overload
MimeKit Namespace
Copyright © 2013-2025 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast