The Conversation List object is a list which lets you access OfficeTalk meetings. The Conversation List object may be obtained by a call to session.GetConversations. The Conversation list object provides access to the common list object functionality.
Conversations List Methods |
Add | Adds a new conversation |
Count | Returns the number of conversations 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 conversation with an ID which matches the passed in ID |
GetFirst | Gets the first conversation in the list |
GetNext | Gets the next conversation in the list |
GetLast | Gets the last conversation in the list |
GetPrev | Gets the previous conversation in the list |