The MeetingMembers List object is a list which lets you access members of an OfficeTalk meeting. The MeetingMembers List object may be obtained by a call to meeting.GetMembers. The MeetingMembers list object provides access to the common list object functionality.
MeetingMembers List Methods |
Add | Adds a new member to the MeetingMembers list. Note that the way to add a member to a meeting is via a call to AddRecipient |
Count | Returns the number of members 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 meeting member with an ID which matches the passed in ID |
GetFirst | Gets the first member in the list |
GetNext | Gets the next member in the list. |
GetLast | Gets the last member in the list |
GetPrev | Gets the previous member in the list |