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.

Field Value

Array of raw text representations of all headers of the specified name.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also