Quantcast
Channel: FiveTech Software tech support forums
Viewing all articles
Browse latest Browse all 26212

OT: MAPI -- Why it sometimes work, and sometimes doesn't ?

$
0
0
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

Viewing all articles
Browse latest Browse all 26212

Trending Articles