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

Re: vbScript error: 0x8004010F while parsing mailitems. by Joseph

Joseph
Fri Apr 29 05:41:33 CDT 2005

Hi Troy,

Hae you tied the MSND?
http://search.microsoft.com/search/results.aspx?View=msdn&st=a&qu=0x8004010F

Joseph
"Troy Bruder" <troy.bruder@aptconsulting.com> wrote in message news:euxdE7BTFHA.3040@TK2MSFTNGP10.phx.gbl...
> 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
>
>



Re: vbScript error: 0x8004010F while parsing mailitems. by Troy

Troy
Fri Apr 29 07:24:35 CDT 2005

Yes, but nothing really makes any sense....


"Joseph" <philippeoget@hotmail.com> wrote in message
news:egZxNgKTFHA.3392@TK2MSFTNGP12.phx.gbl...
> Hi Troy,
>
> Hae you tied the MSND?
> http://search.microsoft.com/search/results.aspx?View=msdn&st=a&qu=0x8004010F
>
> Joseph
> "Troy Bruder" <troy.bruder@aptconsulting.com> wrote in message
> news:euxdE7BTFHA.3040@TK2MSFTNGP10.phx.gbl...
>> 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
>>
>>
>
>