why does my D2009 exe produce emails with attachments named ATTnnnnn.DAT

后端 未结 5 995
忘掉有多难
忘掉有多难 2021-01-05 07:47

Why does my D2009 exe produce emails with attachments named ATTnnnnn.DAT when the same source code compiled in D2007 produces emails with attachments correctly named with th

5条回答
  •  难免孤独
    2021-01-05 08:24

    Has the IdAttachment.Filename property been set? It's possible that between the Indy versions they changed the way that Filename works.

提交回复
热议问题