R
Robert Jones
This is so weird I still can't believe it really happened.
I wrote a Visual Basic (v6) app that referenced Outlook. All I wanted to do
was at the end of a routine was to import some data into a database and
email someone with the results of the import
Everything was working fine. What I usually do prior to deployment is change
the references so the outlook variables are "object" rather than
"outlook.application" and "outlook.mailitem" etc - this makes the
application more robust - it will support older versions of office etc.
However when I did this the other day McAfee jumpted up with a "unknown
worm" message and ran off with my executable (put it in the quarentine
folder).
By changing the references back to "Outlook.Application" instead of "Object"
everything works fine.
By changing the references from "Outlook" to Object I get the worm messages
again.
Any cunning plans? I really need to fix this!!
I wrote a Visual Basic (v6) app that referenced Outlook. All I wanted to do
was at the end of a routine was to import some data into a database and
email someone with the results of the import
Everything was working fine. What I usually do prior to deployment is change
the references so the outlook variables are "object" rather than
"outlook.application" and "outlook.mailitem" etc - this makes the
application more robust - it will support older versions of office etc.
However when I did this the other day McAfee jumpted up with a "unknown
worm" message and ran off with my executable (put it in the quarentine
folder).
By changing the references back to "Outlook.Application" instead of "Object"
everything works fine.
By changing the references from "Outlook" to Object I get the worm messages
again.
Any cunning plans? I really need to fix this!!