Disable the Norton script stopper.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
Thanks for the suggestion, Ken. Actually, I tried that as well as
disabling Norton AV and Norton Internet Security. I still got the
error. However, I have since found a solution to the problem. If I
replace the following code:
Dim objOutlook As Object
Set objOutlook = CreateObject("Outlook.Application")
with:
Dim objOutlook As Object
Set objOutlook = CreateObject("Outlook.Application", "localhost")
the error doesn't occur. I'm not sure why the "localhost" argument was
suddenly required to work, when it wasn't required before, but at least
it works.
Thanks,
Mike
> Disable the Norton script stopper.
>
[quoted text clipped - 25 lines]
> >
> > Mike
Ken Slovak - [MVP - Outlook] - 10 Jul 2006 19:24 GMT
That looks like something Norton screwed up. Localhost is what Norton
substitutes for your email servers so it can intercept outgoing/incoming
emails to scan them. I've never heard of it anywhere else related to Outlook
as long as you're running locally and not under some Web hosted application.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> Thanks for the suggestion, Ken. Actually, I tried that as well as
> disabling Norton AV and Norton Internet Security. I still got the
[quoted text clipped - 46 lines]
>> >
>> > Mike
737jetjock@gmail.com - 11 Jul 2006 23:49 GMT
That could be. I passed the info along to Symantec. Hopefully, if they
did something to cause it, they will fix the problem.
Mike
> That looks like something Norton screwed up. Localhost is what Norton
> substitutes for your email servers so it can intercept outgoing/incoming
[quoted text clipped - 59 lines]
> >> >
> >> > Mike