0

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.

dole doug
  • 34,070
  • 20
  • 68
  • 87
  • 1
    Use "Outlook Redemption". You're not even required to run Outlook for that as it will open task list directly through Extended MAPI. – Ivan G. Oct 26 '11 at 16:11

2 Answers2

2

You can try to use the Outlook Redemption library. Look at the RDOTaskItem class.

Dmitry Streblechenko
  • 62,942
  • 4
  • 53
  • 78
1

Not for Office 2010, but maybe this helps: Outlook Integration in C#

Konamiman
  • 49,681
  • 17
  • 108
  • 138
  • I don't say it will not work. I just point out that the resource does not specifically target Office 2010. – Konamiman Nov 12 '09 at 12:23
  • Ah, ok, thanks! My misunderstanding then, I was afraid I had missed something like removed MAPI support in O2010... – Dirk Vollmar Nov 12 '09 at 12:31