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

ExchangeCalendarItem.saveOnly

public void saveOnly()

Saves changes made to this item in the Exchange store without sending meeting invitations, cancellations or updates to attendees. 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.

public void saveOnly(boolean overwriteIfConflict)

Saves changes made to this item in the Exchange store without sending meeting invitations, cancellations or updates to attendees.

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.

Community comments



Powered by JavaDocPlus