outlook task list

  • Thread starter Thread starter ted
  • Start date Start date
T

ted

I know it is possiable to 'send tasks' to other outlook
users via an email which outlook will then prompt you, what
i would like to do is have a web server generate a task and
email it to a user so there outlook will pick it up
automatically?
Is this possiable?
I can use php, perl, c++, python, asp.
 
Since Outlook tasks use a proprietary format, this isn't possible with standard web server tools. What about using client-side code to generate the task using Outlook object model methods?
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
Back
Top