Inserts a headerinto the list at the specified index.

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

Syntax

Visual Basic
Public Sub Insert ( _
	index As Integer, _
	headerName As String, _
	headerValue As String _
)
C#
public void Insert(
	int index,
	string headerName,
	string headerValue
)

Parameters

index
Type: System..::..Int32
A zero-based index at which the header should be inserted.
headerName
Type: System..::..String
Name of header to insert.
headerValue
Type: System..::..String
Value of header to insert.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also