Gets raw text representations of all headers of the specified name.
Namespace:
Rebex.Mime
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
Visual Basic |
---|
Public Function GetAllHeaderValuesRaw ( _ headerName As String _ ) As String() |
C# |
---|
public string[] GetAllHeaderValuesRaw( string headerName ) |
Parameters
- headerName
- Type: System..::..String
The name of the headers to get.