Removes the MimeHeader at the specified index from the list.

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

Syntax

Visual Basic
Public Sub RemoveAt ( _
	index As Integer _
)
C#
public void RemoveAt(
	int index
)

Parameters

index
Type: System..::..Int32
A zero-based index of header to remove.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also