Is there a way to determine the current Outlook activity level?

Posted by dlittau on Stack Overflow See other posts from Stack Overflow or by dlittau
Published on 2009-05-08T22:43:42Z Indexed on 2010/05/01 22:07 UTC
Read the original article Hit count: 145

Filed under:
|
|

I am working on an Outlook 2007 Add-in in C# (VS2008) and we want to send some background email items only when Outlook is not busy doing something else. Is there a .net way to see if Outlook is busy doing other things (perhaps due to other add-ins or the like taking up CPU cycles)?

Alternately, is there a way to send emails such that they never appear in the Outbox? We need a method that would not require any additional software be installed.

Thanks for any input.

© Stack Overflow or respective owner

Related posts about outlook-addin

Related posts about outlook-2007