Reputation: 36048
I wish to use the my Microsoft Outlook Task list in my C# application. Do you have any idea if that is possible? Can you give me a starting point or some tips for this task?
many thanks! ps: btw, now I'm using Microsoft office 2010 beta.
Upvotes: 0
Views: 4545
Reputation: 103
You can try to use the Outlook Redemption library. Look at the RDOTaskItem class.
Upvotes: 2
Reputation: 50273
Not for Office 2010, but maybe this helps: Outlook Integration in C#
Upvotes: 1