Hi,
I have a procedure which should send some dozens of e-Mails to as many receivers and a different .pdf document accompanying each mail. Everything works fine, only the EmailAttachment..content = floadBuffer(MyPathAndFile) lets me not reset its content before adding another PDF document. So, the content grows and grows, one PDF is added to the previous one and so on. I used ..content = "" but that doesn't work. Any idea which command / constant / value could work to reset it?
I have a procedure which should send some dozens of e-Mails to as many receivers and a different .pdf document accompanying each mail. Everything works fine, only the EmailAttachment..content = floadBuffer(MyPathAndFile) lets me not reset its content before adding another PDF document. So, the content grows and grows, one PDF is added to the previous one and so on. I used ..content = "" but that doesn't work. Any idea which command / constant / value could work to reset it?