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?
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?