MimeHeaderCollection.GetAllHeaderValuesRaw Method
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9083)
GetAllHeaderValuesRaw(String)
Gets raw text representations of all headers of the specified name.
Declaration
public string[] GetAllHeaderValuesRaw(string headerName)
Parameters
Type | Name | Description |
---|---|---|
String | headerName | The name of the headers to get. |
Returns
Type | Description |
---|---|
String[] | Array of raw text representations of all headers of the specified name. |