Send Task Item without using Outlook Interop dll
-
Monday, April 09, 2012 9:25 AM
Hi,
I need to send the outlook task item programatically without interop dll. This code will run on the machine where there is no MS Office installed.
Ms Office is to be installed for using Microsoft.Office.Interop.Outlook.dll, So I need to build the code without using Outlook Interop.
Suggest some ideas or code to complete my above requirement.
Thanks in advance!!
Anandhan.S
All Replies
-
Monday, April 09, 2012 9:51 AM
Anandhan Sathyanarayanan wrote:
Hi,
I need to send the outlook task item programatically without interop dll. This code will run on the machine where there is no MS Office installed.
Ms Office is to be installed for using Microsoft.Office.Interop.Outlook.dll, So I need to build the code without using Outlook Interop.
Suggest some ideas or code to complete my above requirement.
Thanks in advance!!There is no "standard" (like smtp, pop, etc. for mails) for tasks as they are an outlook/exchange - specific implementations.
This means that either you use interop or use Exchange Service webservices:
http://msdn.microsoft.com/en-us/library/bb204119(v=exchg.140).aspx
Raffaele Rialdi http://www.iamraf.net
Weblog: http://blogs.ugidotnet.org/raffaele
Microsoft MVP profile https://mvp.support.microsoft.com/profile/raffaele
UGIdotNET - http://www.ugidotnet.org/
Raffaele Rialdi [MVP] My articles and videos: http://www.iamraf.net Italian blog: http://blogs.ugidotnet.org/raffaele- Marked As Answer by Bob ShenMicrosoft Contingent Staff, Moderator Monday, April 23, 2012 2:53 AM

