vb6 email with outlook 2002

D

Daniel Barrett

our email scheme worked fine with office 2000, but now
with 2002 all the emails generated via vb6 are
undeliverable.

has anyone seen this?

thanks

db
 
E

Eric Legault [MVP - Outlook]

It looks like you are using a wrapper class of some kind, and you haven't
shown enough of your code for me to figure out what is going on.

Have you tried stepping through your code to examine the objects and
properties you are using to see if anything is wrong?
 
E

Eric Legault [MVP - Outlook]

I didn't have any problems running your code. Have you registered the
redemption.dll file on that computer? Have you tried setting breakpoints to
determine if a particular line of code is giving you an error?
 
E

Eric Legault [MVP - Outlook]

That IS bizarre. I have no idea what the problem could be.

Eric
 
Top