API Reference
| Classic JavaDoc |
ExchangeCalendarItem.delete
public void delete(boolean moveToDeletedItems)
public void delete(boolean moveToDeletedItems, boolean doNotSaveSentMeetingRequestCopy)
Deletes this item.
Throws:
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. |
ExchangeServiceException | if any errors occur during the communication with Exchange. |
public void delete(boolean moveToDeletedItems, boolean doNotSaveSentMeetingRequestCopy)
Deletes this item.
Throws:
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. |
ExchangeServiceException | if any errors occur during the communication with Exchange. |
Community comments
Powered by JavaDocPlus