Hunny Software Library Reference

Text.EncodedWordAt Method 

Gets the encoded word at the specified position.

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

Parameters

index
The position of the EncodedWord object to get (0 <= index < NumEncodedWords).

Return Value

The EncodedWord object at the specified position.

Exceptions

Exception TypeCondition
ArgumentOutOfRangeExceptionindex is out of range.

See Also

Text Class | Hunny.Mime Namespace