Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Mar : Re: Sending email with default email program.
| Subject: | Re: Sending email with default email program. |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Sat, 3 Mar 2007 13:27:33 |
"Richard Jenkins" <Richard(at)nowhere.com> wrote in message
news:45e9c8ce$1@newsgroups.borland.com...
> It requires the MAPI library to be configured properly on a computer
> (which does not seems to be always the case).
Most of the major email programs support MAPI. It is a standardlized
API.
> It is not on my computer and when I try to send a message, I get an
error message:
>
> "You don't have a Simple MAPI compatible mailer installed."
There is nothing you can do about that then.
> However, I have several programs on my computer that are able to
> correctly connnect to my default email program (eudora) just like a
> MAPI call would do. How are they doing this?
SimpleMapi/MAPI is the only standard way to do that without using
mailer-specific code. Maybe Eudora is exporting something extra that
those applications are specifically looking for, who knows.
Gambit
none