SendObject command

  • Thread starter Thread starter Co
  • Start date Start date
C

Co

After upgrade my outlook to 2003 and MS Access to 2003, my
command Sendobject use in MS Access 2000 is no longer work.
Any one know what is setup require to change in outlook so
the DoCmd.Sendobject command from MS ACCESS will call the
default MAPI mailer from outlook.
Thanks.
 
You need to make sure that you have a reference to the correct dll. To
do this, open a code window by pressing Alt and F11.

Go to Tools -- > References. Make sure you have Microsoft Outlook 11.0
Object Library selected.
 
I select the Microsoft Outlook 11 but I am still getting
the error message "not implemented".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top