To-Do Bar

O

othmane benchebab

Hello;

I wanna to delete an appointment from TO-DO Bar ,
But I Don't find how to select an item from this Bar .
Can Someone help me please to do that?
thanks.
 
K

Ken Slovak - [MVP - Outlook]

Using code? You cannot set the selection in any folder or task pane like the
To-Do bar. You can get the bar in code and get the Items collection for that
hidden search folder but that's about it. You'd have to iterate the Items
collection and decide which items in the collection you wanted to delete.
 
Top