Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I have one application written in VB6 and it uses the MAPI control for sending messages.
When I am running this application in windows7, I am getting error ‘48389’ on the line ‘MAPIMessages1.ResolveName’. I skipped this for the time being (I need a similar solution for resolving name with outlook) and I am getting other error ‘32002 – Unspecified failure has occurred’ on line ‘MAPIMessages1.send False’ (I started to solve this problem. This occurs on other machines too). My ‘MAPIMessages1.MsgNoteText’ is not a zero length string.

Expecting a reasonable answer.

Thanks
Joby
Posted
Comments
Manfred Rudolf Bihy 24-Nov-10 4:07am    
Expecting a reasonable question. :)

1 solution

You are not the first that encountered this problem ;)

Have a look here:
http://social.technet.microsoft.com/Forums/en-US/w7itproappcompat/thread/557206c3-1664-4566-8ec5-db6b7da72e24[^]

Good luck!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900