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

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

public class UserPropertiesCollection
extends java.lang.Object


Constructor Summary
UserPropertiesCollection(com.moyosoft.connector.com.Dispatch dispatch)
           
 
Method Summary
 OutlookUserProperty add(java.lang.String name, UserPropertyType type)
           
 OutlookUserProperty add(java.lang.String name, UserPropertyType type, boolean addToFolderFields)
           
 OutlookUserProperty add(java.lang.String name, UserPropertyType type, boolean addToFolderFields, long displayFormat)
           
 void dispose()
           
 OutlookUserProperty find(java.lang.String name)
           
 OutlookUserProperty find(java.lang.String name, boolean searchOnlyCustomUserProperties)
           
 int getCount()
           
 com.moyosoft.connector.com.Dispatch getDispatch()
           
 OutlookUserProperty getItem(int index)
           
 OutlookUserProperty 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

UserPropertiesCollection

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

getDispatch

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

getCount

public int getCount()

getItem

public OutlookUserProperty getItem(int index)

getItem

public OutlookUserProperty getItem(java.lang.String name)

add

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

add

public OutlookUserProperty add(java.lang.String name,
                               UserPropertyType type,
                               boolean addToFolderFields)

add

public OutlookUserProperty add(java.lang.String name,
                               UserPropertyType type,
                               boolean addToFolderFields,
                               long displayFormat)

find

public OutlookUserProperty find(java.lang.String name)

find

public OutlookUserProperty find(java.lang.String name,
                                boolean searchOnlyCustomUserProperties)

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()