Reputation: 8414
I have a requirement to have a new task appear in a user's task list in Outlook. The catch is that the source of the task will be generated in a Java environment. Does anyone know how I can create an Outlook task using Java?
Thanks.
Upvotes: 1
Views: 1940
Reputation: 52679
Use the new Exchange Web Services SDK - basically a SOAP web service you can call.
Creating a task, scroll down past the .net code for the xml that is sent to the server.
Upvotes: 0