简体   繁体   中英

Retrieve data from outlook using c#.net

I am trying to access tasks from a task manager type program, that will allow for tasks to be imported from outlook and displayed visually on screen.

I can display the task, but am having trouble retrieving any task out of outlook.

How can this be resolved?

Thanks,

Tom

If you connect your Outlook client to Microsoft Exchange Server you can access it's task list through webDAV.

See this forum thread: http://objectmix.com/microsoft-exchange/269091-exchange-tasks-list-webdav.html

如果您从MS Office软件包中询问有关MS Outlook的信息,则可以通过自动化完成此操作,请参阅http://msdn.microsoft.com/zh-cn/library/aa210897(v=office.11​​).aspx

Check out Visual Studio Tools for Office . It's a .NET library that allows easy integration with all Office components. It's the easiest way to do it from .NET.

Found this tutorial

http://geekswithblogs.net/TimH/archive/2006/05/26/79720.aspx

Worked well and found each of the different parts of each task usig the autocomplete within visual studio.

Thanks all for your help

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM