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