|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AttachmentsIterator
Iterator over attachments of an Exchange item.
| Method Summary | |
|---|---|
boolean |
hasNext()
Returns true if the iteration has more elements. |
ExchangeAttachment |
next()
Deprecated. use the method nextAttachment() instead. |
ExchangeAttachment |
nextAttachment()
|
void |
remove()
Deprecated. use the method ExchangeAttachment.delete() instead. |
| Method Detail |
|---|
boolean hasNext()
hasNext in interface java.util.Iterator<ExchangeAttachment>ExchangeAttachment next()
next in interface java.util.Iterator<ExchangeAttachment>java.util.NoSuchElementException - encapsulating a ExchangeServiceException if any errors occur during the communication with Exchange.nextAttachment()void remove()
remove in interface java.util.Iterator<ExchangeAttachment>java.lang.UnsupportedOperationException - alwaysExchangeAttachment.delete()
ExchangeAttachment nextAttachment()
throws ExchangeServiceException
ExchangeServiceException - if any errors occur during the communication with Exchange.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||