Skip to content
wolfgangimig edited this page Dec 5, 2014 · 13 revisions

Welcome to the Java Library for Microsoft Outlook Add-ins

Overview

This library enables you to create Add-ins for Microsoft Outlook with Java. It is based on the official APIs for writing COM Add-ins for Microsoft Outlook and offers the following opportunities:

  • Customize the Ribbon toolbar of explorer and inspector windows
  • Add custom task panes to explorer and inspector windows
  • Add form regions to inspector windows
  • Access the Outlook object model

To get a picture of the opportunities please have a look at the Proofs of Concept.

Requirements

  • Microsoft Outlook 2010 or 2013 - NOT Outlook Express
  • Windows 7 or newer
  • JDK 8
  • Java IDE, e.g. Eclipse Juno or newer
  • JOA, download as ZIP archive or clone the GIT repository.

Current Version

The current version is R_0_4_0.

View the change log.

Next Steps

Your further reading might start with the Tutorial.

If you want to ask a question, leave a comment, or report a bug, please use the issues section or send an email.