Deprecated API


Contents
Deprecated Methods
com.moyosoft.exchange.attachment.AttachmentsIterator.next()
          use the method nextAttachment() instead. 
com.moyosoft.exchange.folder.FoldersIterator.next()
          use the method nextFolder() instead. 
com.moyosoft.exchange.item.ItemsIterator.next()
          use the method nextItem() instead. 
com.moyosoft.exchange.attachment.AttachmentsIterator.remove()
          use the method ExchangeAttachment.delete() instead. 
com.moyosoft.exchange.folder.FoldersIterator.remove()
          use the method ExchangeFolder.delete() instead. 
com.moyosoft.exchange.item.ItemsIterator.remove()
          use the method ExchangeItem.delete(boolean) instead. 
com.moyosoft.exchange.calendar.ExchangeCalendarItem.setMeetingTimeZoneName(String)
          Use the method setStartTimeZone instead.