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