"Object not found" Outlook error

  • Thread starter Thread starter Mario Romini
  • Start date Start date
M

Mario Romini

Hi, is the first time that i wrote. I am Italian and my english is not so
good.....

I have a problem when i try to use mapi32.dll from VB.NET 2003.

this line of code

result = MAPISendMail(Session, Me.Handle, msg, MAPI_DIALOG, 0)


returns the outlook error "Object not fond"
I use outlook 2003 & exchange server 2003.
Has anyone had this problem?
Thanks, Mario
 
I don't know if this is the cause, but use of MAPI is not supported at all
in .NET code.
 
Back
Top