Running a slow process

  • Thread starter Thread starter Semut
  • Start date Start date
S

Semut

I am planning to run a slow process in the Addin. I do not want user to wait
for the actions to complete before they can do anything on their Outlook.


I am using the arbitrary thread. (Win32) and runs in separate apartment but
there seem to be some problem.


Any other solution than using the secondary thread.



thanks
 
Outlook doesn't support threading, it all goes back to one thread and the
addin runs in-process with Outlook.
 

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