Hunny Software Library Reference

Headers.RemoveFieldAt Method 

Removes the header field at the specified position.

[Visual Basic]
Public Function RemoveFieldAt( _
   ByVal index As Integer _
) As Field
[C#]
public Field RemoveFieldAt(
   int index
);

Parameters

index
position of the Field object to remove (0 <= index < NumFields)

Return Value

the removed Field object

Exceptions

Exception TypeCondition
ArgumentOutOfRangeExceptionindex is out of range

See Also

Headers Class | Hunny.Mime Namespace