Outlook tasks through ASP.Net?

  • Thread starter Thread starter Erica Douglass
  • Start date Start date
E

Erica Douglass

My apologies if this is in the wrong newsgroup, but I wasn't sure where to
post.

I am looking for a way to create an Outlook task through an ASP.Net script.
It seems this will require the ability to create a binary WINMAIL.DAT
attachment in an email. Does anyone have any information on how to achieve
this? Does it require ASP.Net, or can another language like PHP be used?

Thank you,
-Erica
 
Download the Exchange 2003 SDK. There's a sample project in there.

You can use WebDav to construct a task and save it into the user's Outlook
profile

SK said:
Hello Erica,

Did you find something on this? Please let me know. I'm working to
automate Outlook using ASP.NET for Calendar and tasks mgmt.
 
Back
Top