API Reference
| Classic JavaDoc |
Exchange.getDeletedItemsFolder
public ExchangeFolder getDeletedItemsFolder()
Returns the user's Deleted items folder.
See Also:
This method returns the same result as:
getFolder(FolderType.DeletedItems);
the Exchange Deleted items folder.
Throws:ExchangeServiceException | if any errors occur during the communication with Exchange. |
Community comments
Powered by JavaDocPlus