Hunny Software Library Reference

Text.RemoveEncodedWordAt Method 

Removes the encoded word at the specified position.

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

Parameters

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

Return Value

The removed EncodedWord object.

Exceptions

Exception TypeCondition
ArgumentOutOfRangeExceptionindex is out of range.

See Also

Text Class | Hunny.Mime Namespace