ContactsFolder Class

Used to represent a contact folder.

Constructors

ContactsFolder( Connection conn )

Public Methods

getContacts( int offset, int limit ) returns Contact[]
Returns an array of contacts.
offsetItem offset. 0 implies no offset.
limitMaximum number of items to return.
getContact( String exchangeID ) returns Contact
Returns a contact associated with the given exchangeID.