dole doug
dole doug

Reputation: 36048

outlook and programming with C#

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

Answers (2)

Alexey Erzyamkin
Alexey Erzyamkin

Reputation: 103

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

Upvotes: 2

Konamiman
Konamiman

Reputation: 50273

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

Upvotes: 1

Related Questions