Re: Add task in outlook from VB.NET



Hello,

since you are using .NET, I would recommend using WebDAV. While tasks are not officially supported through any other API than the Outlook object model and this is certainly no option for a server-based solution, you can set the required properties yourself.

Using WebDAV: http://msdn.microsoft.com/library/en-us/e2k3/e2k3/wss_references_webdav.asp and http://msdn.microsoft.com/library/en-us/e2k3/e2k3/_esdk_key_tasks.asp and my website (http://www.infinitec.de and http://www.infinitec.de/software/nettoolbox/infinitec.exchange.aspx).

You can find most of the required properties either in this newsgroup or on http://www.cdolive.com/cdo10.htm.

Best regards,
Henning Krause

"Dharmendra Soni" <Dharmendra Soni@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:30AE539F-01CE-4515-9B2B-0E768FAE2AD4@xxxxxxxxxxxxxxxx
I have a ASP.NET form. On the form I have employee list, task and date. The
user can select an employee, put in task description and date and then submit.
On submit this data is added to the database, at the same time this task
must get added in the OUTLOOK for the employee selected.

How can I do that?

Thanks
Dharmendra Soni

.



Relevant Pages


Loading