Justin Kredible
Justin Kredible

Reputation: 8414

Create Outlook task with Java

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

Answers (2)

gbjbaanb
gbjbaanb

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

Nate
Nate

Reputation: 2456

http://www.moyosoft.com/joc/

Upvotes: 1

Related Questions