Поделиться через


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
Public method RemoveAll() The RemoveAll method removes all children of this MimeNode object. (Inherited from MimeNode.)
Public method RemoveAll(String) The RemoveAll method removes all headers in the current part that have the name specified by name.
Public method RemoveAll(HeaderId) The RemoveAll method removes all headers in the current part that have the name specified by headerId.

Top