views:

11

answers:

1

How can I perform CRUD (Create, Read, Update, Delete) for todos/tasks/appointments/etc from Outlook. Does Microsoft have a data api like Google that I can use to interact with Microsoft applications? I prefer this in C++ (Microsoft Visual C++), but Java will also work.

+1  A: 

Here is a tutorial article which might be along the lines of what you are looking for: Automate Microsoft Outlook from C++

Daniel Trebbien