NMPOP3 接收附件,正文问题 在线等...(50分)

  • 主题发起人 主题发起人 yercomputer
  • 开始时间 开始时间
Y

yercomputer

Unregistered / Unconfirmed
GUEST, unregistred user!
1.接受附件出现问题,接受到的附件是他们的名称,代码如下:
if NMPOP31.MailMessage.Attachments.Count <> 0 then
begin
for j := 0 to NMPOP31.MailMessage.Attachments.Count - 1 do
begin
if not DirectoryExists(EmailPath + '/' + IntToStr(EmployeeCoding) + '/' + NMPOP31.MailMessage.Subject) then
MkDir(EmailPath + '/' + IntToStr(EmployeeCoding) + '/' + NMPOP31.MailMessage.Subject);
NMPOP31.MailMessage.Attachments.SaveToFile(EmailPath + '/' + IntToStr(EmployeeCoding) + '/' + NMPOP31.MailMessage.Subject + '/' + NMPOP31.MailMessage.Attachments.Strings[j]);
end;
end;
2.内容是有一些其它的内容,乱七八糟的
 
有人知道吗 ?
 

Similar threads

I
回复
0
查看
415
import
I
S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
后退
顶部