Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Aug : Re: Attachments
| Subject: | Re: Attachments |
| Posted by: | "Don Siders" (dside..@charter.net) |
| Date: | Thu, 24 Aug 2006 14:21:25 |
> The email I have posted in the borland public attachments has a pdf file
> attachment that Indy reads as a tIDText part instead of a TidAttachment.
> Why is this the case? Thanks
It has an invalid content type for the PDF part:
> Content-Type: image/pdf
Should be one of the following:
Content-Type: application/octet-stream
Content-Type: application/pdf
I'm not sure why it's using TIdText for the message part though.
hth...