Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Dec : Re: invoke email client
| Subject: | Re: invoke email client |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Tue, 2 Jan 2007 01:34:39 |
"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