com.moyosoft.connector.ms.outlook.properties
Class ItemPropertiesCollection

java.lang.Object
  |
  +--com.moyosoft.connector.ms.outlook.properties.ItemPropertiesCollection

public class ItemPropertiesCollection
extends java.lang.Object


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

Constructor Detail

ItemPropertiesCollection

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

getDispatch

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

getCount

public int getCount()

getItem

public OutlookItemProperty getItem(int index)

getItem

public OutlookItemProperty getItem(java.lang.String name)

add

public OutlookItemProperty add(java.lang.String name,
                               UserPropertyType type)

remove

public void remove(int index)

iterator

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

dispose

public void dispose()