DoEvents() in .Net COM Addin

M

Mark S.

I would like to use DoEvents() as I would in VBA to allow Outlook to refresh the screen while I am processing large amounts of email (i.e. moving them to specific folders, etc.)

But I can't seem to find how to invoke it. I saw in some documentation as Application.DoEvents(). Visual Studio did not complain about invoking this method, but I get a runtime error

What is the preferred method to accomplish screen updates in Outlook from a COM Add-in?
 

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