Simple MAPI

L

Larry Eaton

According to MSDN there is MAPI example code
in a file SIMPLE.CLI
I cannot locate this file. Can anyone direct
me to the location of this?
It doesn't appear to be anywhere in
ftp://ftp.microsoft.com/developr/mapi/samples
 
W

William DePalo [MVP VC++ ]

Larry Eaton said:
According to MSDN there is MAPI example code
in a file SIMPLE.CLI
I cannot locate this file. Can anyone direct
me to the location of this?
It doesn't appear to be anywhere in
ftp://ftp.microsoft.com/developr/mapi/samples

I am not sure it exists anymore. :-(

The objects and executables of two old MAPI samples remain in the sample
directories of my installation of the SDK, but it appears that some
boneheaded setup procedure has gone and removed the source. What do you need
to do?

Regards,
Will
 
L

Larry

Hi Will
Thanks for the help.
I've got an application that needs to read
and write email.
I've got it working with the basics, Outlook,
Outlook Express. But there are other email apps
such as Netscape and Incredimail I'd like to
make it work with.
With the other apps, I call MAPI_Logon successfully,
but when I call MAPI_FindNext I get an error,
which is very ambiguous.
I'd prefer to use CMC - but due to similar ambiguous
and mysterious errors, I could never get it to work.
Actually - I understand there is a debug package
for MAPI as well as CMC - but have been unable to
find them or any docs on them.
Perhaps you could help?

Larry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top