Used to represent a contact folder.
Constructors
ContactsFolder(
Connection conn )
Public Methods
getContacts( int offset, int limit ) returns Contact[]
Returns an array of contacts.
offset | Item offset. 0 implies no offset. |
limit | Maximum number of items to return. |
getContact( String exchangeID ) returns Contact
Returns a contact associated with the given exchangeID.