Programmatically send Outlook task updates

╄→尐↘猪︶ㄣ 提交于 2019-12-13 04:48:19

问题


Does anyone know how to programmatically send an outlook task update in either C# or VB? I can't seem to find any information online about this. Thanks.


回答1:


You can use VSTO's Outlook Interop libraries to interact with Task Items. I have used this library to work with MailItems and am aware of the possibility to interact with other Outlook items like Tasks, Calendar items and journal items.



来源:https://stackoverflow.com/questions/12732142/programmatically-send-outlook-task-updates

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!