 | ParameterListRemove Method (String) |
Remove the specified parameter.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 3.0.0
Syntaxpublic bool Remove(
string name
)
Parameters
- name
- Type: SystemString
The parameter name.
Return Value
Type:
BooleanField Value
Type:
Booleantrue if the specified parameter was removed;
otherwise
Field Value
Type:
Booleanfalse.
Exceptions
Remarks
Removes the parameter with the specified name from the list, if it exists.
See Also