Hello,
I have a vbScript that parses emails (within a PST) via Outlook 2003...
Occasionally, the script will terminate with the following error:
xxxx(127,16) (null): 0x8004010F
Line 127 is as follows:
If Instr(1, objItem.Body, strKeyword, vbTextCompare) > 0 OR Instr(1,
objItem.Subject, strKeyword, vbTextCompare) > 0 Then
Any idea what the error code is indicating?
Troy