ConversationManager class

Manages conversation creation and removal, retrieves the collection of the conversations, joins a conference, and other conversation collection-related actions.

Inheritance hierarchy

System.Object
  ScriptWrapper
    ComObject
      UCWBase
        Microsoft.Lync.Model.Conversation.ConversationManager

Namespace:  Microsoft.Lync.Model.Conversation
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Class ConversationManager _
    Inherits UCWBase
'Usage
Dim instance As ConversationManager
public class ConversationManager : UCWBase

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ConversationManager members

Microsoft.Lync.Model.Conversation namespace