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

ExchangeCalendarItem.save

public void save()

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

In case of a meeting, invitation or update requests will be sent to all attendees. The sent request will be saved locally in the Sent Items folder.

If a conflict occurs, 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 save(boolean overwriteIfConflict)

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

In case of a meeting, invitation or update requests will be sent to all attendees. The sent request will be saved locally in the Sent Items folder.

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(boolean overwriteIfConflict, boolean notifyOnlyChangedAttendees)

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.
notifyOnlyChangedAttendees   if true only changed attendees will receive a meeting invitation or update request, otherwise all attendees will receive the request.

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

public void save(boolean overwriteIfConflict, boolean notifyOnlyChangedAttendees, boolean doNotSaveSentMeetingRequestCopy)

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.
notifyOnlyChangedAttendees   if true only changed attendees will receive a meeting invitation or update request, otherwise all attendees will receive the request.
doNotSaveSentMeetingRequestCopy   if true a copy of the sent request won't be saved in the Sent Items folder, otherwise a copy will be saved.

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

Community comments



Powered by JavaDocPlus