J
John
I posted this before in outlook.addins but i think this the more apropiate
group
The used language is powerbuilder but i can imagine the same will happen
with vb
I use redemption to send mailings.
I send emails to customers with a word document attachment.
What happens is the following on 1 machine the programs stops at this line
after sending 100 emails
//Attachments
FOR li_teller = 1 TO upperbound(as_attachment[])
IF fileexists(as_attachment[li_teller]) THEN
--> iole_olSafeApp.Item.attachments.add(as_attachment[li_teller])
END IF
NEXT
iole_olSafeApp.Send
DESTROY iole_olSafeApp
RETURN 1
On other machines it stops at 50 or 43 lines, but basiqly you can be sure it
stops/hangs before complention of the whole mailing.
We checked the external settings like email address availability of the
attachment and they are all ok.
Also did we check the system resources of the machine but they seem ok also,
no memory leak.
Anyone an idea?????
Tia
John
group
The used language is powerbuilder but i can imagine the same will happen
with vb
I use redemption to send mailings.
I send emails to customers with a word document attachment.
What happens is the following on 1 machine the programs stops at this line
after sending 100 emails
//Attachments
FOR li_teller = 1 TO upperbound(as_attachment[])
IF fileexists(as_attachment[li_teller]) THEN
--> iole_olSafeApp.Item.attachments.add(as_attachment[li_teller])
END IF
NEXT
iole_olSafeApp.Send
DESTROY iole_olSafeApp
RETURN 1
On other machines it stops at 50 or 43 lines, but basiqly you can be sure it
stops/hangs before complention of the whole mailing.
We checked the external settings like email address availability of the
attachment and they are all ok.
Also did we check the system resources of the machine but they seem ok also,
no memory leak.
Anyone an idea?????
Tia
John