Start my Outlook from a server

N

Nan Hauser

I have a database that generates an email for sending out orders. The
database was originally located on my computer and worked just fine. It has
now been moved to a server. The CreateObject("Outlook.application") in the
VB code of the database opens Outlook on the server. Is there any way to
make it open Outlook on the computer of whoever is accessing the database?
Thanks.
 
K

Ken Slovak - [MVP - Outlook]

Not only can Outlook only be run locally on that machine, but Outlook is not
suitable for running unattended or for unattended automation. Outlook shows
modal warnings and errors that require UI intervention.
 

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

Top