HeaderList.RemoveAll method
The RemoveAll overload removes all child Header objects of a specified name.
Overload list
Name | Description | |
---|---|---|
RemoveAll() | The RemoveAll method removes all children of this MimeNode object. (Inherited from MimeNode.) | |
RemoveAll(String) | The RemoveAll method removes all headers in the current part that have the name specified by name. | |
RemoveAll(HeaderId) | The RemoveAll method removes all headers in the current part that have the name specified by headerId. |
Top