0

Has anyone got any idea how to export contacts of an Exchange Server 2010 mailbox to a Java-application? Preferably in Java, or even better in a SOAP-based XML exchange, we're looking for a web-based solution anyway.

Kind regards, Gerard

Gerard Nijboer
  • 502
  • 1
  • 7
  • 18

1 Answers1

1

Have you considered using Exchange Web Services? There's even source code for a Java API.

David Grant
  • 13,929
  • 3
  • 57
  • 63
  • Yeah, I've found http://code.msdn.microsoft.com/Exchange-2013-Retrieve-fb5baa8b and am installing Visual Studio 2010 at this moment. But I'm new to this stuff and was looking for some hands-on advice. – Gerard Nijboer Oct 04 '12 at 15:22