Email Factory for .NET

StringTokenizer.NextElement Method 

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

public string NextElement();

Return Value

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

See Also

StringTokenizer Class | Jscape.Email Namespace