Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Nov : Re: Sending an email with attachment from windows email client
| Subject: | Re: Sending an email with attachment from windows email client |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Wed, 7 Nov 2007 12:28:27 |
"Camilla" <camilla.wiklund@winlas.se> wrote in message
news:4731ec15@newsgroups.borland.com...
> I want to send an email with attachement from Delphi and I want
> the standard email client to pop up with the attachement ready
> so that the user himself can complete the email with recipients and body.
You need to use MAPI or SimpleMapi for that. Look at the MapiSendMail() and
related functions and record types in the Win32 API.
Gambit
none