BomberMan2K
Programmer
Hey,
I'm trying to list the To-Do Folder in Outlook into a ListBox in C# WinForm. I'm using the default folder olFolderToDo, but can't cast the items in it to a suitable cast.
When I use the Tasks Folder, I cast into Microsoft.Office.Interop.Outlook._TaskItem, but it doesn't work in the ToDo folder and I can't find anything that would.
Would like to receive some hint
Thanks and a great day,
Roman
I'm trying to list the To-Do Folder in Outlook into a ListBox in C# WinForm. I'm using the default folder olFolderToDo, but can't cast the items in it to a suitable cast.
When I use the Tasks Folder, I cast into Microsoft.Office.Interop.Outlook._TaskItem, but it doesn't work in the ToDo folder and I can't find anything that would.
Would like to receive some hint
Thanks and a great day,
Roman