API Reference
| Classic JavaDoc |
FoldersIterator.remove
public void remove()
Deprecated:
See Also:
use the method ExchangeFolder.delete() instead.
This method always throws an UnsupportedOperationException as the remove operation is
not supported by this iterator. To delete a folder use the method ExchangeFolder.delete(boolean).Throws:UnsupportedOperationException | always |
Community comments
Powered by JavaDocPlus