Tim,
I see another issue with your code. You need to do:
oMail:end()
At the end of your routine. The End() method calls MapiLogoff(), so this may be significant. It could create a memory issue, or a CDO issue.
METHOD End() INLINE MAPILogOff()
I suggest fixing that and declaring oMail as local. Then testing it again on the offending machine. If that doesn't solve it, then it would indicate that something else on that machine has changed, like an update.
Encapsulate, encapsulate, encapsulate...
James
↧