LsMailJobClose

Syntax:

INT LsMailJobClose (HLSMAILJOB hJob);

Task:

Close the DLL job.

Parameter:

hJob: List & Label email API job handle

Hints:

This function must be called after using the email functions or when terminating your application. (paired with LsMailJobOpen().

Example:

HLSMAILJOB   hMailJob;


hMailJob = LsMailJobOpen(CMBTLANG_DEFAULT);
...
LsMailJobClose(hMailJob)

See also:

LsMailJobOpen