(Contents)(Previous)(Next)

Contact List Object

The Contact List object is a list which lets you access OfficeTalk contacts. The Contact List object may be obtained by a call to session.GetContacts. The Contact list object provides access to the common list object functionality.

Contact List Methods
Add Adds a new contact
Count Returns the number of contact in the list.
SetFilter Sets the list filter
SetFilterAnd Logically ANDs the filter with this expression
SetFilterOr Logically ORs the filter with this expression
ClearFilter Clears the list filter
FindItemByID Finds a contact with an ID which matches the passed in ID
GetFirst Gets the first contact in the list
GetNext Gets the next contact in the list.
GetLast Gets the last contact in the list
GetPrev Gets the previous contact in the list


Next