Search code examples
lynclync-2010

Conversation Uniqueness


I have an application in which I have subscribed for ConversationAdded and ConversationRemoved.

I want to maintain a list of dictionary of conversation which i received from ConversationAdded event and remove it from the list of once i get the ConversationRemoved Event.

So my question-> Is there some way we can find some uniqueness or some key of Conversation which i can get and add it in the list. And when i get the conversation removed event i can use that key from the conversation object received and remove the conversation object from the list.

Please let me know your comments.


Solution

  • Here is an comment which can be considered as answer

    http://social.msdn.microsoft.com/Forums/en-US/communicatorsdk/thread/f174c3fa-f93a-4bd9-a0a2-641510720001