Alterian Email Manager 6.2.3 SDK Help File
Write a line of data to the data file
Namespace:
DMLibrary.SEVAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxvoid WriteLine(
string line,
int chunkID
)
Sub WriteLine (
line As String,
chunkID As Integer
)
void WriteLine(
String^ line,
int chunkID
)
abstract WriteLine :
line : string *
chunkID : int -> unit
function WriteLine(line, chunkID);
Parameters
- line
- Type: SystemString
- chunkID
- Type: SystemInt32
See Also