Alt-N Discussion Groups
MDaemon Discussion Groups
MDaemon API
MD_SetAutoRespInfo and MD_GetAutoRespInfo

Newbie
Posts: 3
Good day,
I don't know if I'm just thick, or if there is a mistake in the API documentation, but I would appreciate some help.
The API documentation @ (a href='http://files.altn.com/MDaemon/release/md-api.html#MD_GetAutoRespInfo' target='_new')MD_GetAutoRespInfo(/a) shows the function signature as:
void MD_GetAutoRespInfo(
MD_HANDLE hUser // handle to a valid account record
MD_AutoResponder* AutoResponder // pointer to MD_AutoResponder struct
)
but then proceeds to talk about other parameters.
At first I thought that the parameters were simply passed in the same order in which they appear in the structure, but they are not, because the Start and End times are never even specified or passed.
Is this correct, or should I hang up my programming gloves?
Charl
|
|
|