Link to home
Start Free TrialLog in
Avatar of ActonInternational
ActonInternational

asked on

Export all Exchange users tasks to a file from the server programmatically.

I have an exchange server with 10 people using Outlook 2003.  I would like them to use their Tasks list to prioritize and track projects.  I would like to run a process on the exchange server that goes into the mailstore and extracts all users task information and generates a consolidated report.
I prefer to code in Delphi, but .Net or a scripting technology or utility would be okay.  The question is what's the 'easiest' way to get at this data programatically.
ASKER CERTIFIED SOLUTION
Avatar of SteveBay
SteveBay
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ActonInternational
ActonInternational

ASKER

This code may be useful.  I am preferring Exchange automation vs. Outlook automation, but Outlook automation would be acceptable if I can get "everyones tasks".  I.E. if I can have an admin account with rights to everyones mail files and get all task information.  Does the code above do that or is it just for the "configured" outlook account?

Thanks!