Access Outlook from process other than Outlook process

W

Wassim Dagash

If I use OL objects from process (other than OL process) will the
operations I perform on the outlook object e excuted on the OL process
or on a worker thread immitating OL process?

Im asking this question cause Im trying to use OL OOM from a desktop
application which runs on different process.
 
K

Ken Slovak - [MVP - Outlook]

I don't understand what you mean by a worker thread imitating the Outlook
process. Outlook addin code runs in-process with the Outlook.exe process.
External Outlook code runs in its own process space.
 
D

Dmitry Streblechenko

Add all the calls made to the Outlook Object Model from a process other than
outlook.exe still end up in the outlook.exe process space - Outlook is an
out-of-proc singleton COM server.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 

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