LsMailGetOptionString

Syntax:

INT LsMailGetOptionString (HLSMAILJOB hJob, LPCTSTR pszKey, LPTSTR pszBuffer, UINT nBufSize);

Task:

Queries the email settings from List & Label.

Parameter:

hJob: List & Label email-API job handle

pszKey: Option name. For valid options, see LsMailSetOptionString().

lpszBuffer: Pointer to a buffer for the value.

nBufSize: Size of the buffer.

Return value:

Error code

See also:

LsMailSetOptionString