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.7.1
Syntax
C#
Copy
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
ICollection
T
Remove(T)
Exceptions
Exception
Condition
ArgumentNullException
The
param
is
null
.
Remarks
Removes the specified parameter from the list.
See Also
Reference
ParameterList Class
Remove Overload
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast