com.moyosoft.connector.ms.outlook.reminder
Class RemindersCollection

java.lang.Object
  |
  +--com.moyosoft.connector.ms.outlook.reminder.RemindersCollection

public class RemindersCollection
extends java.lang.Object


Constructor Summary
RemindersCollection(com.moyosoft.connector.com.Dispatch dispatch)
           
 
Method Summary
 int getCount()
           
 Reminder getItem(int index)
           
 Reminder getItem(java.lang.String name)
           
 java.util.Iterator iterator()
           
 void remove(int index)
           
 void remove(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemindersCollection

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

getCount

public int getCount()

getItem

public Reminder getItem(int index)

getItem

public Reminder getItem(java.lang.String name)

remove

public void remove(int index)

remove

public void remove(java.lang.String name)

iterator

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