问题
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