java and MS Outlook

Hi

Please can someone help me, I want to write a diary entry to MS outlook.

I am looking for a free api or an open source product.

Where should I start looking?

what .jar I am looking for?

Does any one have some example code?

I will be running the java pgm on an AS400 which in turn must write a MS outlook diary entry. Thanks

Message was edited by:

poisonelves

[419 byte] By [poisonelvesa] at [2007-11-27 8:10:06]
# 1

I'm running Outlook myself and I don't see any place to put "diary entries". Do they go into that "Journal" folder I see there?

I am guessing that the entries in that folder might be accessible via JavaMail as e-mail messages. If so, you could put new entries there using IMAP from your iSeries machine. Check out JavaMail. The download includes a demo directory with sample programs, have a look at the ones that work with folders.

There's a JavaMail forum here that you can ask follow-up questions in.

DrClapa at 2007-7-12 19:53:29 > top of Java-index,Java Essentials,New To Java...