Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibrary.SEVAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic void WriteLine(
string line,
int chunkID
)
Public Sub WriteLine (
line As String,
chunkID As Integer
)
public:
virtual void WriteLine(
String^ line,
int chunkID
) sealed
abstract WriteLine :
line : string *
chunkID : int -> unit
override WriteLine :
line : string *
chunkID : int -> unit
function WriteLine(line, chunkID);
Parameters
- line
- Type: SystemString
- chunkID
- Type: SystemInt32
Implements
IFileSetWriteLine(String, Int32)
See Also