Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 523 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 523 Bytes

Outlook-Access

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.

Prerequisite Libaries

You will need to import the following libraries in order for this code to run properly:

  • Microsoft.Office.Interop.Outlook
  • System.Reflections