Am Tue, 25 Oct 2005 18:05:02 -0700 schrieb sand_vg:
You could use the Application_Startup event, i.e. the code is running if
Outlook starts. Use then GetDefaultFolder(olFolderTasks) to get the task
default folder. With the Restrict function you can then retrieve a list of
completed tasks, the filter is: "[Complete] = '-1'"
Loop through the result backwards and call each item´s Delete method.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.