Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : IdMsgSend Version 8.0.25 - Help
| Subject: | IdMsgSend Version 8.0.25 - Help |
| Posted by: | "PM" (merce0..@mc.duke.edu) |
| Date: | Mon, 8 May 2006 14:10:09 |
I am current using the IdMsgSend component to sent email attachments. In
my attempt to automate the process, I have having trouble changing
attachment. Each time the process runs a new report is created and I
attach the report to an email message. The process is only allowing the
initial attachment regardless of the new file name. The attachment is
created using the logic below. Is there a way to destroy the creation
after the send and then recreate?
IdMsgSend.TIdAttachment.Create(IdMsgSend.MessageParts, AttmentName);
Thanks in Advance
PM