Gets the raw text representation of the specified header if available.

Namespace:  Rebex.Mime
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Function GetRaw ( _
	headerName As String _
) As String
C#
public string GetRaw(
	string headerName
)

Parameters

headerName
Type: System..::..String
The name of the header to get.

Field Value

Raw header text, or null if not available.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also