Using msoe.dll via SendMailWithOE



Bill
07-09-2005, 10:30 PM
There's been an ongoing thread for several days
on another newsgroup relating to the direct MAPI
use of msoe.dll. I/we have a system that produces
a return code 2 when msoe.dll is executed. Myself
and one of the Microsoft MVP's don't have any trouble
using the msoe.dll interface to send an e-mail.
Yet, there's one XP-SP2 with Norton AV that
consistently receives the RC =2. The user has
disabled NAV and the XP firewall on the
connection in use, but still no success.

Has anyone in the "OE world" had any
experience with the direct use of msoe.dll
from VBA code?

Thanks,
Bill

Steve Cochran
07-09-2005, 10:30 PM
I don't know much about trying this with VBA. I would try uninstalling
Norton completely on that machine and see if that fixes it. Also go to
Start | Run and type msconfig and then disable all startup items and see if
that fixes it. If not, you might try reinstalling OE. See
www.oehelp.com/OETips.aspx#5

steve

"Bill" <stanton@jps.net> wrote in message
news:6mLse.5908$jX6.4276@newsread2.news.pas.earthlink.net...
> There's been an ongoing thread for several days
> on another newsgroup relating to the direct MAPI
> use of msoe.dll. I/we have a system that produces
> a return code 2 when msoe.dll is executed. Myself
> and one of the Microsoft MVP's don't have any trouble
> using the msoe.dll interface to send an e-mail.
> Yet, there's one XP-SP2 with Norton AV that
> consistently receives the RC =2. The user has
> disabled NAV and the XP firewall on the
> connection in use, but still no success.
>
> Has anyone in the "OE world" had any
> experience with the direct use of msoe.dll
> from VBA code?
>
> Thanks,
> Bill
>
>

Bill
07-09-2005, 10:30 PM
Steve,
I'm still waiting for my user to try your suggestion. I'll post back
if anything of significance comes out of the experiment.
Bill


"Steve Cochran" <scochran@oehelp.com> wrote in message
news:Oet0nZ$cFHA.1412@TK2MSFTNGP10.phx.gbl...
>I don't know much about trying this with VBA. I would try uninstalling
>Norton completely on that machine and see if that fixes it. Also go to
>Start | Run and type msconfig and then disable all startup items and see if
>that fixes it. If not, you might try reinstalling OE. See
>www.oehelp.com/OETips.aspx#5
>
> steve
>
> "Bill" <stanton@jps.net> wrote in message
> news:6mLse.5908$jX6.4276@newsread2.news.pas.earthlink.net...
>> There's been an ongoing thread for several days
>> on another newsgroup relating to the direct MAPI
>> use of msoe.dll. I/we have a system that produces
>> a return code 2 when msoe.dll is executed. Myself
>> and one of the Microsoft MVP's don't have any trouble
>> using the msoe.dll interface to send an e-mail.
>> Yet, there's one XP-SP2 with Norton AV that
>> consistently receives the RC =2. The user has
>> disabled NAV and the XP firewall on the
>> connection in use, but still no success.
>>
>> Has anyone in the "OE world" had any
>> experience with the direct use of msoe.dll
>> from VBA code?
>>
>> Thanks,
>> Bill
>>
>>
>


Using msoe.dll via SendMailWithOE