As i said, MAPIReadNext function return 0 and a pointer to unread message on windows live mail, but after it, if i send a MAPIReadMail command i receive a 0 return code again, but...
I have C++ Simple MAPI routines for sending emails. This works well for straight text emails. I have prepared a HMTL body for emailing but do not know how to flag the fact that the body is HTML to...
I builted an aplication that read emails from windows Mail. The MAPILogon returns 0, but when a try to send a MAPIFindNext before to use MAPIReadMail the return code is 16. There are...
I have a process where the name of a function is in a file text. I Read this file and i whould like to call a function associated with a Execute=[] parameter.
In a worker thread i have a method Doing and would like to call a method named Move_EntradaToBaseline that to be in other thread ... Especificaly ... the thread where i created the worker...
I have a Class Professional and inside it there is a function called Professional::Doing. This function will be a manager of task files and will be called from a Professional::Do_Tasks....
I need to lock then internet from a c++ program. the program would be a control internet manager who lock the internet access in especific time periods. Ex: 01:00 am to 06:00 am.