(Contents)(Previous)(Next)

Contact Group List Object

The ContactGroup List object is a list which lets you access OfficeTalk contact groups. The ContactGroup List object may be obtained by a call to session.GetContactGroups. The ContactGroup list object provides access to the common list object functionality.

ContactGroup List Methods
Add Adds a new contact group
Count Returns the number of contact groups 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 group with an ID which matches the passed in ID
GetFirst Gets the first contact group in the list.
GetNext Gets the next contact group in the list.
GetLast Gets the last contact group in the list.
GetPrev Gets the previous contact group in the list.


Next