MimeHeaderCollection.GetRaw Method
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9083)
GetRaw(String)
Gets the raw text representation of the specified header if available.
Declaration
public string GetRaw(string headerName)
Parameters
Type | Name | Description |
---|---|---|
String | headerName | The name of the header to get. |
Returns
Type | Description |
---|---|
String | Raw header text, or null if not available. |