Hunny Software Library Reference

Headers.FieldAt Method 

Gets the header field at the specified position.

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

Parameters

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

Return Value

Field object at the specified position

Exceptions

Exception TypeCondition
ArgumentOutOfRangeExceptionindex is out of range

See Also

Headers Class | Hunny.Mime Namespace