Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I have been searching from few days to find that How can I send a task item in outlook using SMTP in asp.net? but I am unable to find any concrete solution.

Kindly help me. I dont want to use any interop or dll, I just want to use SMTP and send a task item like we can send a meeting request using .ics/vcs/ical.

Thanks and Regards
Posted
Comments
Richard MacCutchan 26-Feb-14 3:43am    
All the samples I can find are using the Outlook Interop. You need to find the format of the task message so you can embed that into a normal SMTP message. I don't know whether Microsoft publish the details, but you could try sending one from Outlook and looking at the raw data of the message you receive.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900