com.moyosoft.connector.ms.outlook.addressentry
Class AddressList

java.lang.Object
  |
  +--com.moyosoft.connector.ms.outlook.addressentry.AddressList

public class AddressList
extends java.lang.Object


Constructor Summary
AddressList(com.moyosoft.connector.com.Dispatch dispatch)
           
 
Method Summary
 AddressEntriesCollection getAddressEntries()
           
 java.lang.String getId()
           
 int getIndex()
           
 java.lang.String getName()
           
 boolean isReadOnly()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressList

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

getAddressEntries

public AddressEntriesCollection getAddressEntries()

getId

public java.lang.String getId()

getIndex

public int getIndex()

isReadOnly

public boolean isReadOnly()

getName

public java.lang.String getName()