How can i send task /appointments to Microsoft outllook using dot net ? I searched in net and found that we can do this with Microsoft Outlook 10.0/11.0 Object Library
http://www.vbdotnetheaven.com/UploadFile/sridhar_msd/TaskInOutLook07022007023227AM/TaskInOutLook.aspx http://www.codeproject.com/KB/cs/sendtaskspgmticly.aspx
Now my question is do i need an microsoft outlook instance running in my server ? Do i need anything in my client other than a browser ?
Please advice