MAPI Problems (OpenInsight 32-bit Specific)
At 18 DEC 2002 06:38:38AM Tim Marler wrote:
I finally decided to look at the MAPI stuff and have successfully got the MAPISendMail working (it wasn't exactly hard!) but I have noticed a discrepancy in the help for MAPIOpenMail.
The help says
Syntax status=MAPIOpenMail(session, parent, flags, ids)yet the example is
if MAPIOpenMail(session, 0, "IPM.Archive", 0, ids) thenBy my reckoning there's 4 params in the Syntax and 5 in the sampleā¦If I leave out the 3rd param in the example the MAPIOpenMail call works but I only get a 1 returned and the MAPIReadMail fails.
Can anyone point me in the right direction please (and is the "IPM.Archive" the name of the folder to read?)
TIA
Tim