Moyosoft Products | Services | Download | Contact us    
Java Bridge to Exchange
Products  >  Java Bridge to Exchange  >  API Reference    
API Reference
   
Overview  |  
Classic JavaDoc

ExchangeItem.save

public void save(boolean overwriteIfConflict)

Saves all the changes made to this item in the Exchange store.

Parameters:
overwriteIfConflict   if true and a conflict occurs the item will be always overwritten, otherwise an exception will be thrown in case of a conflict.

Throws:
ExchangeServiceException   if any errors occur during the communication with Exchange.

public void save()

Saves all the changes made to this item in the Exchange store. In case of a conflict, the item won't be saved and an exception will be thrown by this method.

Throws:
ExchangeServiceException   if any errors occur during the communication with Exchange.

Community comments



Powered by JavaDocPlus