Java MAPI for MS Exchange 2007

2.1k views Asked by At


I am looking for solution to connect Exchange 2007 from Java SE 6. The problem is, server has OWA enabled, WebDAV disabled, SMTP/IMAP/POP disabled, EWS disabled - that's the reason I have to use MAPI. I found only one library - Exchange Connector from Moonrug Software. Do you know any other solutions using MAPI?

2

There are 2 answers

1
Hannes de Jager On BEST ANSWER

Its not a 1 stop solution but we use JACOB together with Redemption. Redemption is a COM library that wraps MAPI and CDO to make life much easier with MAPI and JACOB is a Java-COM bridge

1
Vivek Iyer On

Can you use ActiveSync to connect to your Exchange Server? If yes, ActiveSync uses simple HTTP POST requests, and the protocol is fully specified. It is not free though (it is licensed). Not sure if this helps.