This repository is supposed to be a simplified Microsoft Outlook API / Library that enables your C# program to read out and write in your Outlook Calendar, Contacts and Emails.
Disclaimer: I'm relatively new to programing in C# and I'm grateful for every adivice on how to improve this program or my coding style in general.
You will need to import the following libraries in order for this code to run properly:
- Microsoft.Office.Interop.Outlook
- System.Reflections