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