com.moyosoft.connector.ms.outlook.account
Class AccountsCollection

java.lang.Object
  |
  +--com.moyosoft.connector.ms.outlook.account.AccountsCollection

public class AccountsCollection
extends java.lang.Object


Constructor Summary
AccountsCollection(com.moyosoft.connector.com.Dispatch dispatch)
           
 
Method Summary
 int getCount()
           
 Account getItem(int index)
           
 Account getItem(java.lang.String displayName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountsCollection

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

getCount

public int getCount()

getItem

public Account getItem(int index)

getItem

public Account getItem(java.lang.String displayName)