The Exchange class provides methods to access the Exchange server, folders and items.

See:
          Description

Packages
com.moyosoft.exchange  
com.moyosoft.exchange.attachment  
com.moyosoft.exchange.calendar  
com.moyosoft.exchange.contact  
com.moyosoft.exchange.folder  
com.moyosoft.exchange.item  
com.moyosoft.exchange.mail  
com.moyosoft.exchange.note  
com.moyosoft.exchange.oof  
com.moyosoft.exchange.search  
com.moyosoft.exchange.task  
com.moyosoft.exchange.util  

 

The Exchange class provides methods to access the Exchange server, folders and items. A typical starting point to connect to Exchange is to create a new instance of this class:

Exchange exchange = new Exchange("hostname", "username", "password");

// Call methods on the Exchange object

For more information, have a look at the Getting started guide.

See Also:
Exchange