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

ItemsIterator.remove

public void remove()

Deprecated:
use the method ExchangeItem.delete(boolean) instead.

This method always throws an UnsupportedOperationException as the remove operation is not supported by this iterator. To delete an item, use the method ExchangeItem.delete(boolean) instead.

Throws:
UnsupportedOperationException   always

See Also:

Community comments



Powered by JavaDocPlus