outlook and programming with C#
I wish to use the my Microsoft Outlook Task list in my C# appli开发者_开发技巧cation. 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.
You can try to use the Outlook Redemption library. Look at the RDOTaskItem class.
Not for Office 2010, but maybe this helps: Outlook Integration in C#
精彩评论