Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Feb : Re: Maildemo query
| Subject: | Re: Maildemo query |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Thu, 21 Feb 2008 11:10:38 |
"Andy Syms" <asyms@technosoft.co.uk> wrote in message
news:47bd74d5$1@newsgroups.borland.com...
> ContentType 'Text/Plain'
The message did not contain MIME parts to begin with (otherwise the
ContentType would have been a "multipart/..." value instead), so there was
nothing to fill in the MessageParts collection with. The content should
have been stored in the TIdMessage's Body property instead.
>> But if the email message is not MIME encoded to begin with,
>
> It should be.
Well, its not, if the TIdMessage.ContentType really is "text/plain".
Gambit
none