是否有任何 Webdav 开源 java 库用于连接 Exchange 2007 以访问邮件、日历和联系人(必须使用 httpclient 4.*)
问问题
754 次
1 回答
2
I don't know of a library using WebDAV, however, if you can guarantee at least Exchange 2007, SP1 Microsoft put out a Java wrapper for Exchange Web Services (a more functional SOAP based interface).
You can find it at http://archive.msdn.microsoft.com/ewsjavaapi
Edit: actually just noticed I'm using httpclient 3.1 with it... not 4... might not suit your usecase...
于 2012-08-23T05:22:00.643 回答