com.moyosoft.connector.ms.outlook.item
Class ConflictsCollection

java.lang.Object
  |
  +--com.moyosoft.connector.ms.outlook.item.ConflictsCollection

public class ConflictsCollection
extends java.lang.Object


Constructor Summary
ConflictsCollection(com.moyosoft.connector.com.Dispatch dispatch)
           
 
Method Summary
 void dispose()
           
 int getCount()
           
 com.moyosoft.connector.com.Dispatch getDispatch()
           
 Conflict getFirst()
           
 Conflict getItem(int index)
           
 Conflict getLast()
           
 Conflict getNext()
           
 Conflict getPrevious()
           
 java.util.Iterator iterator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConflictsCollection

public ConflictsCollection(com.moyosoft.connector.com.Dispatch dispatch)
Method Detail

getDispatch

public com.moyosoft.connector.com.Dispatch getDispatch()

getCount

public int getCount()

getItem

public Conflict getItem(int index)

getFirst

public Conflict getFirst()

getLast

public Conflict getLast()

getNext

public Conflict getNext()

getPrevious

public Conflict getPrevious()

iterator

public java.util.Iterator iterator()
                            throws com.moyosoft.connector.com.ComponentObjectModelException
com.moyosoft.connector.com.ComponentObjectModelException

dispose

public void dispose()