Hi,
I've been trying to run a script that strips certain attachments before they arrive in your mail. I set the script to run "Before New Mail Arrives" in the template, and in one line of code, have a forall statement:
Forall obj In doc.Items
End Forall
Where doc is "session.DocumentContext". If I comment out the Forall, HTML mail comes in just fine. If I don't, the mail comes in screwed up.
Can anyone help?
I've been trying to run a script that strips certain attachments before they arrive in your mail. I set the script to run "Before New Mail Arrives" in the template, and in one line of code, have a forall statement:
Forall obj In doc.Items
End Forall
Where doc is "session.DocumentContext". If I comment out the Forall, HTML mail comes in just fine. If I don't, the mail comes in screwed up.
Can anyone help?