Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Dec : Re: invoke email client
| Subject: | Re: invoke email client |
| Posted by: | "Peter" (peace39..@yahoo.com) |
| Date: | Wed, 27 Dec 2006 20:08:30 |
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:45918d93$2@newsgroups.borland.com...
>
> "Peter" <peace3977@yahoo.com> wrote in message
> news:4590cbea$1@newsgroups.borland.com...
>
>> I would actually prefer if the email client was started.
>
> MapiSendMail() does that. The email client is the one that actually
> manages
> the message. You can specify for MapiSendMail() to display the message
> window instead of sending the message right away. It will be a window
> provided by the email client.
>
>
> Gambit
>
>
Ok, I found MapiSendMail in the docs, looks like it will do what I want, but
where is the interface definition (what file do I have to include in my uses
clause) to use it from a Delphi Win32 app?