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
"Ken Slovak - [MVP - Outlook]" <kenslovak[ at ]mvps.org> wrote in message news:OsmzwaYOHHA.4100[ at ]TK2MSFTNGP04.phx.gbl...
[Quoted Text] >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. > > -- > Ken Slovak > [MVP - Outlook] > http://www.slovaktech.com> Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 > Reminder Manager, Extended Reminders, Attachment Options > http://www.slovaktech.com/products.htm> > > "Wassim Dagash" <wassim.dagash[ at ]gmail.com> wrote in message > news:1168954018.306782.207710[ at ]a75g2000cwd.googlegroups.com... >> 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. >> >
|