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: | Tue, 2 Jan 2007 20:45:39 |
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:459a2dbb$1@newsgroups.borland.com...
>
> "Peter" <peace3977@yahoo.com> wrote in message
> news:4599f64c@newsgroups.borland.com...
>
>> getting close now, with your sample code I can send a message, but
>> what I would like is a new email client send message window to
> appear
>> with the to field filled in.
>
> Simply specify MAPI_DIALOG instead of MAPI_LOGON_UI when calling
> MapiSendMail().
>
>> I tried adding the MAPI_DIALOG flag to no avail.
>
> Do not specify MAPI_LOGON_UI and MAPI_DIALOG together.
>
>
> Gambit
>
>
ah, finally a happy camper, thanks for your persistent help
none