0 votes

I am trying to use Mail.Dll to read email into an IMap account and I am having the following problem.

In some emails the property Attachments.Count is zero, but if I open the email in Microsoft Outlook the message shows with attached files.

The Microsoft Outlook does not display the clip identifying that it has an attachment, but when I open the message, the attachment is there and I can download it.

Does anyone know why this is happening ??

Thanks.

closed with the note: Not enough information.
by
closed by
Please follow steps described here:
https://www.limilabs.com/blog/i-have-problems-parsing-the-message

We need the raw eml message to help you. For example winmail.dat file might have been attached and Mail.dll automatically process those, so they are not seen as attachments.
...