Examples

NOTE: You must complete all the configuration requirements as detailed in the Getting Started section before running any of the examples.

The following examples use the Java API for CDO. This API is a Java wrapper to the Collaboration Data Objects (CDO) provided by Microsoft. For every CDO object and function, a corresponding Java object and method exist.

In lieu of a Javadoc for the Java API for CDO, developers are directed to use the CDO documentation provided by Microsoft. Since there is a one-to-one mapping between CDO objects and the Java wrappers, developers will find it intuitive to use the aforementioned documentation while doing their development.

The library for the Java API for CDO is located in < jintegra_home >\lib\cdo.jar. Remember to add this file to your classpath to use this API.