Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jun : Re: MAPI + Body HTML + Attachments
| Subject: | Re: MAPI + Body HTML + Attachments |
| Posted by: | "Andrew Jameson" (softspotsoftwareno@spamgmail.com) |
| Date: | Mon, 12 Jun 2006 20:49:14 |
To send the body in html then you need to pass the html file name as the
first attachment :
MapiControl.AttachedFiles.Add('C:\MyBody.html');
Why is when you try to help that someone comes back and says 'it doesn't
work' without further elaboration ? Software support / assistance is not
helped by such brickwall comments !
So not being telepathic nor clairvoyant, I've had to guess that it's the
HTML as the body that was giving the problem. There's loads of MAPI stuff
around but we stopped using it as the later versions of Outlook Express now
have a security dialog that can't be overridden.
Also, it's not good etiquette replying without trimming off what's no longer
needed in the reply.
Andrew
"Beto Neto" <betoneto.tbo@gmail.com> wrote in message
news:448db3b8@newsgroups.borland.com...
> Ok, thank's, but it doesn't works!!!