Are there any API to integrate Microsoft exchange server with Java application for Task synchronization?

前端 未结 6 1596
春和景丽
春和景丽 2020-11-27 18:46

I am trying to integrate Java web application with Microsoft Exchange server for bi-directional calendar (i.e. Task) synchronization. Are there any Java Open-Source / Commer

相关标签:
6条回答
  • 2020-11-27 19:08

    Found this commercial API, offers quick solution to integrate with Exchange Server. http://www.independentsoft.de/jwebservices/index.html

    0 讨论(0)
  • 2020-11-27 19:13

    http://blogs.msdn.com/b/exchangedev/archive/2010/12/14/exchange-web-services-java-api-1-1-is-now-available-yes-that-s-right-java.aspx

    Updated link:

    Exchange Web Services (EWS) Java API 1.2

    http://code.msdn.microsoft.com/Exchange-EWS-Java-API-12-1a5a1143

    0 讨论(0)
  • 2020-11-27 19:19

    Microsoft made a new version of the Java APIs for Exchange 2007 and 2010.
    It also has examples in the wiki.

    https://github.com/OfficeDev/ews-java-api

    0 讨论(0)
  • 2020-11-27 19:25

    JEC is another Commercial API, It supports all Exchange versions, and as a bonus you can also run power shell, and Exchange Management Shell commands (via PSB)

    0 讨论(0)
  • 2020-11-27 19:27

    Take a look at j-Exchange and SyncEx.

    This issue was once discussed on Java Forums

    0 讨论(0)
  • 2020-11-27 19:29

    You can use the CNS Media GateWay to synchronize your Exchange server with Java.

    You can connect from any custom application like java to MS Exchange (2000 – 2013), MS SharePoint, Dynamics CRM, Dynamics NAV and many more via the CNS ODBC and JDBC driver, thus accessing, for example, the entire Exchange mailbox from your custom application.

    Please let me know if you need some more information.

    for more info visit:

    http://www.connecting-software.com

    0 讨论(0)
提交回复
热议问题