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

ItemsCollection.iteratorForCalendar

public ItemsIterator iteratorForCalendar(java.util.Date startDate, java.util.Date endDate)

Creates a special iterator for a Calendar folder containing items between the specified dates. Unlike other iterators, the items returned by this iterator include all individual occurrences of recurring appointments.

This method never returns null, even if the collection is empty. An empty iterator will be returned in this case.


public ItemsIterator iteratorForCalendar(java.util.Date startDate, java.util.Date endDate, int maxItemsReturned)

Creates a special iterator for a Calendar folder containing items between the specified dates, limiting the result set to the specified maximum. Unlike other iterators, the items returned by this iterator include all individual occurrences of recurring appointments.

This method never returns null, even if the collection is empty. An empty iterator will be returned in this case.

Community comments



Powered by JavaDocPlus