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: | Fri, 2 Mar 2007 14:28:05 |
"Richard Jenkins" <Richard(at)nowhere.com> wrote in message
news:45e88a5e$1@newsgroups.borland.com...
> I would like to allow a user to send a message with an attachment
using
> the default email program (Outlook, Outlook Express, Eudora, etc.).
You need to use SimpleMapi/MAPI for that. Look at MapiSendMail() and
related functions and structures in Microsoft's documentation.
> I don't want the message to be sent automatically or to provide the
email adress.
SimpleMapi/MAPI can do that.
Gambit