Reputation: 2396
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.
Upvotes: 0
Views: 834
Reputation: 24134
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.
Upvotes: 1