I saw that "simple MAPI" API may be removed from future releases of
Windows. There is a reason? There will be a substitute?
Now I use simple MAPI to send mail from my software through the
default mail client. My customers use MS Outlook, Outlook Express,
Windows Mail, Eudora, Thunderbird and all of these now are working
fine with simple MAPI (for MS Outlook i'm already using extended MAPI
but it is the only one that support it).
In the future, I will have to consider only MS Outlook with extended
MAPI and cut off the compatibility with the other mail clients?
Thanks in advance
Davide Angeli
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Davide Angeli" <davide...@gmail.com> wrote in message
news:e0cd1a48-cbd6-4dcc...@r5g2000yqb.googlegroups.com...
Ok, but simple MAPI are Windows API and as you can see on
http://msdn.microsoft.com/en-us/library/dd296734%28VS.85%29.aspx all
Simple MAPI functions have been given the "Deprecated" status. I
suppose that in future Windows versions this kind of routines will not
be supported so even if a mail client still implements it if Windows
will not use it they will became uneseful.
>
> --
> Dmitry Streblechenko (MVP)http://www.dimastr.com/
> OutlookSpy - Outlook, CDO
> and MAPI Developer Tool
> -"Davide Angeli" <davideang...@gmail.com> wrote in message
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Davide Angeli" <davide...@gmail.com> wrote in message
news:aa7df29e-adbd-430b...@r5g2000yqb.googlegroups.com...
Maybe I'm a little bit confused, please help me : now in my software
I am loading mapi32.dll from 'windows\system32' folder and I suppose
that this is the Microsoft wrapper standard wrapper to simple MAPI for
the default mail client, is it wrong? For example if I'm using
Thunderbird the real file is C:\Program Files\Mozilla Thunderbird
\mozMapi32_InUse.dll but I don't care where this file is because I
know that mapi32.dll in windows\system32 directory do the job for me.
My question is : in feature Windows versions, Microsoft will delete
windows\system32\mapi32.dll file and so it will be necessary to load
directly the client own version of the mapi32.dll?
Thanks
>
> --
> Dmitry Streblechenko (MVP)http://www.dimastr.com/
> OutlookSpy - Outlook, CDO
> and MAPI Developer Tool
> -"Davide Angeli" <davideang...@gmail.com> wrote in message
>
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Davide Angeli" <davide...@gmail.com> wrote in message
news:d39444a7-6701-474d...@g27g2000yqn.googlegroups.com...
Thank you very much, now is all clear for me.
Davide Angeli