COM Addin executing in it's own thread

S

Silas Peterson

We have a com add-in developed in c++ which calls a web service to transfer mails/contacts to a mysql database via webservices written in php.

While this process executes, it freezes outlook till it has completed execution.

What is the best way to overcome this ... multithreading ..?
out-of-proc server..?
would appriciate if anyone could provide simple samples for both ..
 
Top