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

ExchangeCalendarItem.delete

public void delete(boolean moveToDeletedItems)

Deletes this item.

In case of a meeting, cancellation updates will be sent to attendees. The sent request will be saved locally in the Sent Items folder.

Parameters:
moveToDeletedItems   specifies whether the item is simply moved to the Deleted Items folder or definitely deleted.

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

public void delete(boolean moveToDeletedItems, boolean doNotSaveSentMeetingRequestCopy)

Deletes this item.

In case of a meeting, cancellation updates will be sent to attendees.

Parameters:
moveToDeletedItems   specifies whether the item is simply moved to the Deleted Items folder or definitely deleted.
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