J
J. A. Bailo
I wrote an Outlook InterOp program.
One of the declarations assigning a MAPI folder to a variable, throws an
error if an instance of Operator is left open.
That is not the problem.
The problem is, the program will then hang. In a method, I could
enclose the code in a try/catch block.
How do I implement error handling here?
One of the declarations assigning a MAPI folder to a variable, throws an
error if an instance of Operator is left open.
That is not the problem.
The problem is, the program will then hang. In a method, I could
enclose the code in a try/catch block.
How do I implement error handling here?