 | ParameterListRemove(String) Method |
Remove the specified parameter.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntaxpublic bool Remove(
string name
)
Parameters
- name String
- The parameter name.
Return Value
Boolean if the specified parameter was removed;
otherwise,
.
Exceptions
Remarks
Removes the parameter with the specified name from the list, if it exists.
See Also