MimeHeaderCollection.Remove Method
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9083)
Remove(String)
Removes all MimeHeaders of the specified name from the list.
Declaration
public int Remove(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name | Name of headers to remove. |
Returns
Type | Description |
---|---|
Int32 | The number headers removed. |
Remove(MimeHeader)
Removes the first occurance of specified MimeHeader from the list.
Declaration
public void Remove(MimeHeader header)
Parameters
Type | Name | Description |
---|---|---|
MimeHeader | header | Header to remove. |