Method to get the next (string)token of this StringTokenizer.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
public string NextElement()
Visual Basic
Public Function NextElement As String
Visual C++
public:
String^ NextElement()

Return Value

A string representing the next token; null if no tokens or no more tokens.

See Also