HeaderList.RemoveAll Method
Include Protected Members
Include Inherited Members
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