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

Interface AttachmentsIterator

com.moyosoft.exchange.attachment.AttachmentsIterator

Implemented Interfaces:
java.util.Iterator


public interface AttachmentsIterator implements java.util.Iterator

Iterator over attachments of an Exchange item.

Methods

boolean
hasNext ()
Returns true if the iteration has more elements.
next ()
Deprecated - use the method nextAttachment() instead.
nextAttachment ()
void
remove ()
Deprecated - 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.

Community comments



Powered by JavaDocPlus