Sometimes the libraries you need can not be compiled into the code you are writing. But this doesn’t mean that you can’t still use them, using reflection you can load any library dynamically into your code and execute any method within it. The below example demonstrates how to dynamically load the Microsoft Interop Library for […]

Continue reading about Dynamically Load and Invoke an Outlook Email at Runtime using Reflection