com.moyosoft.connector.ms.outlook.recipient
Class RecipientsCollection

java.lang.Object
  |
  +--com.moyosoft.connector.ms.outlook.recipient.RecipientsCollection

public class RecipientsCollection
extends java.lang.Object


Constructor Summary
RecipientsCollection(OutlookItemType itemType, com.moyosoft.connector.com.Dispatch dispatch)
           
 
Method Summary
 OutlookRecipient add(java.lang.String name)
           
 OutlookRecipient createNew(java.lang.String pDisplayName)
           
 void dispose()
           
 int getCount()
           
 com.moyosoft.connector.com.Dispatch getDispatch()
           
 OutlookRecipient getItem(int index)
           
 OutlookRecipient getItem(java.lang.String name)
           
 java.util.Iterator iterator()
           
 void remove(int index)
           
 boolean resolveAll()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecipientsCollection

public RecipientsCollection(OutlookItemType itemType,
                            com.moyosoft.connector.com.Dispatch dispatch)
Method Detail

getDispatch

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

getCount

public int getCount()

getItem

public OutlookRecipient getItem(int index)

getItem

public OutlookRecipient getItem(java.lang.String name)

add

public OutlookRecipient add(java.lang.String name)

remove

public void remove(int index)

resolveAll

public boolean resolveAll()

iterator

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

createNew

public OutlookRecipient createNew(java.lang.String pDisplayName)
                           throws com.moyosoft.connector.com.ComponentObjectModelException
com.moyosoft.connector.com.ComponentObjectModelException

dispose

public void dispose()