Method to add or change this Instance's Source string. The delimiter will remain the same (either default of " " (space) or whatever you constructed this StringTokenizer with or added with NewDelim(string d) or NewDelim(char[] d) ).

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

Syntax

C#
public void NewSource(
	string newSrc
)
Visual Basic
Public Sub NewSource ( _
	newSrc As String _
)
Visual C++
public:
void NewSource(
	String^ newSrc
)

Parameters

newSrc
Type: System..::..String
The new Source String.

See Also