Documentation
The Java Outlook Connector allows Java developers to access data stored in the Outlook application, like e-mails, contacts and appointments. The connector uses native COM and MAPI technologies and is compatible with Outlook versions 2000, 2002, 2003, XP, 2007, 2010 and 2013. Java version 1.4 or later is required.Follow the links below for more information about our product and how to use it:
Quick guide: The first steps
javac -cp joc-v3.0.4-eval.jar;moyocore.jar HelloOutlook.java
java -Djava.library.path=. -cp joc-v3.0.4-eval.jar;moyocore.jar;. com.moyosoft.samples.outlook.HelloOutlook