How do I create an Outlook Task from within my asp code & have the web server send it via SMTP

  • Thread starter Thread starter uofs76
  • Start date Start date
U

uofs76

We are currently sending emails from the WEB server via SMTP. We want
to upgrade to sending TASKS.

How would I do it. Any sample code or references would be appreciated.

Thanks,

John B
 
It is not possible to do this as a server-side operation. You would need to write client-side JScript to automate the client's own copy of Outlook (with all the security hurdles that entails).

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Thanks,

John B

It is not possible to do this as a server-side operation. You would need to write client-side JScript to automate the client's own copy ofOutlook(with all the security hurdles that entails).

--
Sue Mosher,OutlookMVP
Author of Configuring MicrosoftOutlook2003

and MicrosoftOutlookProgramming - Jumpstart for
Administrators, Power Users, and Developers
 

Ask a Question

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.

Ask a Question

Back
Top